mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
16 lines
278 B
SYSTEMD
16 lines
278 B
SYSTEMD
|
[Unit]
|
||
|
Description=Minecraft Server Manager
|
||
|
Requires=network.target
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/local/bin/msm start
|
||
|
ExecStop=/usr/local/bin/msm stop
|
||
|
ExecReload=/usr/local/bin/msm restart
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|