summaryrefslogtreecommitdiff
path: root/debian/swiftstory.service
blob: b0e7d31ff0bed54054ecec762422f186f395735a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=SwiftStory game server
Requires=network-online.target
After=network-online.target

[Service]
EnvironmentFile=-/etc/default/swiftstory
ExecStart=/usr/bin/swiftstoryd
Restart=on-failure
Type=simple
User=swiftstory

[Install]
WantedBy=multi-user.target
Alias=swiftstoryd.service