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

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

[Install]
WantedBy=multi-user.target