teleport/teleport.service
Richard Brown 9d577f8a72 Accepting request 954038 from home:ojkastl_buildservice:Branch_devel_kubic
new package teleport: SSH and kubernetes access and lots of other things (not sure if that fits into devel:kubic?)

OBS-URL: https://build.opensuse.org/request/show/954038
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/teleport?expand=0&rev=1
2022-02-14 13:29:14 +00:00

16 lines
322 B
Desktop File

[Unit]
Description=Teleport SSH Service
After=network.target
[Service]
Type=simple
Restart=on-failure
EnvironmentFile=-/etc/default/teleport
ExecStart=/usr/sbin/teleport start --pid-file=/run/teleport.pid
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/run/teleport.pid
LimitNOFILE=8192
[Install]
WantedBy=multi-user.target