summarylogtreecommitdiffstats
path: root/sandpolis.service
blob: cef037a69b55e7bbc335c19ace809714419ecd37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Sandpolis server + agent instance
After=network.target
StartLimitIntervalSec=0

[Service]
Type=simple
Restart=always
RestartSec=1
User=sandpolis
ExecStart=/usr/bin/sandpolis

[Install]
WantedBy=multi-user.target