mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
15 lines
277 B
Desktop File
15 lines
277 B
Desktop File
[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
|