summarylogtreecommitdiffstats
path: root/sponge-vanilla.service
blob: deca124d94d8be5d659685e380e84c3e995cff11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Sponge Vanilla Server
After=local-fs.target network.target multi-user.target

[Service]
Type=forking
ExecStart=/usr/bin/sponge-vanilla start
ExecStop=/usr/bin/sponge-vanilla stop
User=sponge-vanilla
Group=sponge-vanilla

[Install]
WantedBy=multi-user.target