summarylogtreecommitdiffstats
path: root/starbound_server.service
blob: 988430e8d0fce610db1100dfe121952b6526e472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Starbound Server
After=local-fs.target network.target

[Service]
Type=forking
ExecStartPre=+/usr/bin/starbound_server init
ExecStart=/usr/bin/starbound_server start
ExecStop=+/usr/bin/starbound_server stop
User=starbound
Group=starbound

[Install]
WantedBy=multi-user.target