aboutsummaryrefslogtreecommitdiff
path: root/cmd/mobius-hotline-server/mobius-hotline-server.service
blob: ec2437c72b577e31372384feb3ed774d9f56a133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Mobius Server
After=network.target
StartLimitIntervalSec=0

[Service]
Type=simple
Restart=always
RestartSec=1
ExecStart=/usr/local/bin/mobius-hotline-server

[Install]
WantedBy=multi-user.target