mirror of
https://github.com/skeeto/endlessh.git
synced 2025-12-08 14:13:23 +00:00
fix Exec value in systemd unit
Thanks for creating this wonderful tool! By default `make install` installs the binary into `/usr/local/bin` so I think this should be changed accordingly. Cheers
This commit is contained in:
@@ -6,7 +6,7 @@ Requires=network-online.target
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=30sec
|
||||
ExecStart=/opt/endlessh/endlessh
|
||||
ExecStart=/usr/local/bin/endlessh
|
||||
KillSignal=SIGTERM
|
||||
|
||||
# Stop trying to restart the service if it restarts too many times in a row
|
||||
|
||||
Reference in New Issue
Block a user