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
387 B
15 lines
387 B
[Unit]
|
|
Description=tamper_proof_py server daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart={$SERVER_PATH}/init.d/tamper_proof_py start
|
|
ExecStop={$SERVER_PATH}/init.d/tamper_proof_py stop
|
|
ExecReload={$SERVER_PATH}/init.d/tamper_proof_py reload
|
|
ExecRestart={$SERVER_PATH}/init.d/tamper_proof_py restart
|
|
KillMode=process
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |