summarylogtreecommitdiffstats
path: root/teleport.service
diff options
context:
space:
mode:
authorMaarten de Boer2021-03-21 19:58:15 +0100
committerMaarten de Boer2021-03-21 19:58:15 +0100
commit52a8b82c50a0adac29bea9e00d9ea47a3844851a (patch)
tree053f19544001d91d061ead29abd7aa42ca12569f /teleport.service
parent24a7961490d4e9859ba99962263131c9592a34fe (diff)
downloadaur-52a8b82c50a0adac29bea9e00d9ea47a3844851a.tar.gz
Build from source, version 6.0.2
Diffstat (limited to 'teleport.service')
-rw-r--r--teleport.service5
1 files changed, 3 insertions, 2 deletions
diff --git a/teleport.service b/teleport.service
index 697eb02c927a..8f119e181f6e 100644
--- a/teleport.service
+++ b/teleport.service
@@ -6,9 +6,10 @@ After=network.target
Type=simple
Restart=on-failure
EnvironmentFile=-/etc/default/teleport
-ExecStart=/usr/bin/teleport start --config=/etc/teleport/teleport.yaml --pid-file=/var/run/teleport.pid
+ExecStart=/usr/bin/teleport start --pid-file=/run/teleport.pid --config=/etc/teleport.yaml
ExecReload=/bin/kill -HUP $MAINPID
-PIDFile=/var/run/teleport.pid
+PIDFile=/run/teleport.pid
+LimitNOFILE=8192
[Install]
WantedBy=multi-user.target