summarylogtreecommitdiffstats
path: root/teleport.service
diff options
context:
space:
mode:
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