v1.0.5 - Just catching up

This commit is contained in:
Your Name
2025-11-11 17:01:39 -04:00
parent b276b44ded
commit 7b74486519
7 changed files with 628 additions and 13 deletions

View File

@@ -3,17 +3,17 @@
# Copy the binary to the deployment location
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/
# Copy the service file to systemd (use the main service file)
sudo cp systemd/c-relay.service /etc/systemd/system/c-relay-local.service
# 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