aboutsummaryrefslogtreecommitdiff
path: root/sliver-c2/templates/sliver.service.j2
blob: 11cc2bd88844e0b269abf24a68a25181e879020e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Sliver
After=network.target
StartLimitIntervalSec=0

[Service]
Type=simple
Restart=on-failure
RestartSec=3
User=root
ExecStart={{ install_path }}/sliver-server daemon

[Install]
WantedBy=multi-user.target