mdserver-web/plugins/php/init.d/php.service.52.tpl

17 lines
458 B
Smarty
Raw Permalink Normal View History

2022-06-20 22:36:05 -04:00
# 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
2022-07-05 22:27:24 -04:00
ExecStart={$SERVER_PATH}/php/init.d/php{$VERSION} start
ExecStop={$SERVER_PATH}/php/init.d/php{$VERSION} stop
2022-06-20 22:36:05 -04:00
PrivateTmp=false
[Install]
WantedBy=multi-user.target