forked from extern/endlessh
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:
parent
edf414caf6
commit
8794f02d22
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user