v0.8.3 - --dry-run

This commit is contained in:
Your Name
2025-10-30 06:52:05 -04:00
parent d9a530485f
commit afa4acbbfb
10 changed files with 195 additions and 1552 deletions

View File

@@ -4,16 +4,16 @@
cp build/c_relay_x86 ~/Storage/c_relay/crelay
# Copy the local service file to systemd
sudo cp systemd/c-relay-local.service /etc/systemd/system/
# sudo cp systemd/c-relay-local.service /etc/systemd/system/
# Reload systemd daemon to pick up the new service
sudo systemctl daemon-reload
# sudo systemctl daemon-reload
# Enable the service (if not already enabled)
sudo systemctl enable c-relay-local.service
# sudo systemctl enable c-relay-local.service
# Restart the service
sudo systemctl restart c-relay-local.service
# sudo systemctl restart c-relay-local.service
# Show service status
sudo systemctl status c-relay-local.service --no-pager -l
# sudo systemctl status c-relay-local.service --no-pager -l