mirror of https://github.com/midoks/mdserver-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
367 B
15 lines
367 B
[Unit]
|
|
Description=system_safe server daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart={$SERVER_PATH}/init.d/system_safe start
|
|
ExecStop={$SERVER_PATH}/init.d/system_safe stop
|
|
ExecReload={$SERVER_PATH}/init.d/system_safe reload
|
|
ExecRestart={$SERVER_PATH}/init.d/system_safe restart
|
|
KillMode=process
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |