2f99a4b5 JH |
1 | [Unit] |
2 | Description=Mobius Server |
3 | After=network.target |
4 | StartLimitIntervalSec=0 |
5 | |
6 | [Service] |
7 | Type=simple |
8 | Restart=always |
9 | RestartSec=1 |
10 | ExecStart=/usr/local/bin/mobius-hotline-server |
11 | |
12 | [Install] |
13 | WantedBy=multi-user.target |