summarylogtreecommitdiffstats
path: root/teleport.service
diff options
context:
space:
mode:
authorEmanuele 'Lele' Calo2019-09-13 03:36:14 +0200
committerEmanuele 'Lele' Calo2019-09-13 03:36:14 +0200
commit67b6c35dffaf312b6b82b0bd4784bc2af5918642 (patch)
tree19333df317afaa1287049b51faae921c0f8b0678 /teleport.service
parenta29ce8456e13836d684fd17ef8bd416a82cfb657 (diff)
downloadaur-67b6c35dffaf312b6b82b0bd4784bc2af5918642.tar.gz
Fixed teleport.service
Diffstat (limited to 'teleport.service')
-rw-r--r--teleport.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/teleport.service b/teleport.service
index 26f0e1bdc0cd..37b38210aff4 100644
--- a/teleport.service
+++ b/teleport.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
Type=simple
Restart=on-failure
-ExecStart=/usr/local/bin/teleport start --config=/etc/teleport.yaml --pid-file=/var/run/teleport.pid
+ExecStart=/usr/bin/teleport start --config=/etc/teleport/teleport.yaml --pid-file=/var/run/teleport.pid
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/var/run/teleport.pid