summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-22 05:49:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-22 05:49:48 +0000
commit7a83bfe0daa6b6a8c849881427a35f35562f0587 (patch)
tree4593f3266e803d2496808335c54930137d332e3a
parentAdding README.Debian. (diff)
downloadttyd-7a83bfe0daa6b6a8c849881427a35f35562f0587.tar.xz
ttyd-7a83bfe0daa6b6a8c849881427a35f35562f0587.zip
Correcting path to executables in system service, thanks to Jonas Smedegaard <dr@jones.dk> (Closes: #983261).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/ttyd.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/ttyd.service b/debian/ttyd.service
index 516d851..4e05835 100644
--- a/debian/ttyd.service
+++ b/debian/ttyd.service
@@ -5,8 +5,8 @@ After=network.target systemd-tmpfiles-clean.service
[Service]
Type=simple
-ExecStart=/bin/ttyd -i lo -p 7681 -O login
-ExecReload=/bin/kill -HUP $MAINPID
+ExecStart=/usr/bin/ttyd -i lo -p 7681 -O login
+ExecReload=/usr/bin/kill -HUP $MAINPID
KillMode=process
LimitNOFILE=512
LimitMEMLOCK=infinity