teleport/vagrant/teleport.service
2016-06-21 13:22:08 -07:00

18 lines
341 B
Desktop File

[Unit]
Description=Teleport SSH server
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=5
ExecStartPre=/bin/mkdir -p /var/lib/teleport
ExecStart=/usr/local/bin/teleport start -c /opt/teleport/teleport.yaml
MountFlags=slave
LimitNOFILE=1048576
LimitNPROC=1048576
LimitCORE=infinity
[Install]
WantedBy=multi-user.target