mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
6fef7d8653
Allows for the individual control of msm servers with SystemD
16 lines
292 B
Desktop File
16 lines
292 B
Desktop File
[Unit]
|
|
Description=Minecraft Server Manager - %i
|
|
Requires=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/local/bin/msm %i start
|
|
ExecStop=/usr/local/bin/msm %i stop
|
|
ExecReload=/usr/local/bin/msm %i restart
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|