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.
17 lines
458 B
17 lines
458 B
3 years ago
|
# It's not recommended to modify this file in-place, because it
|
||
|
# will be overwritten during upgrades. If you want to customize,
|
||
|
# the best way is to use the "systemctl edit" command.
|
||
|
|
||
|
[Unit]
|
||
|
Description=The PHP {$VERSION} FastCGI Process Manager
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
3 years ago
|
ExecStart={$SERVER_PATH}/php/init.d/php{$VERSION} start
|
||
|
ExecStop={$SERVER_PATH}/php/init.d/php{$VERSION} stop
|
||
3 years ago
|
PrivateTmp=false
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|