Files
etc
clamav
default
dnsmasq.d
dovecot
logrotate.d
mysql
nginx
pam.d
postfix
postfix-clearnet
ssh
sysctl.d
systemd
system
mariadb.service.d
nginx.service.d
hosting-del.service
hosting-del.timer
hosting.service
hosting.timer
php7.1-fpm.service
php7.1-fpm@.service
php7.1-fpm@default.service
php7.2-fpm.service
php7.2-fpm@.service
php7.2-fpm@default.service
php7.3-fpm.service
php7.3-fpm@.service
php7.3-fpm@default.service
timesyncd.conf
tor
rc.local
resolv.conf
vsftpd.conf
var
COPYING
README.md
hosting/etc/systemd/system/php7.1-fpm@default.service
Daniel Winzen e0b35fb943 Initial commit
2017-04-30 19:32:42 +02:00

18 lines
431 B
Desktop File

[Unit]
Description=The PHP 7.1 FastCGI Process Manager
Documentation=man:php-fpm7.1(8)
After=network.target
PartOf=php7.1-fpm.service
ReloadPropagatedFrom=php7.1-fpm.service
[Service]
Type=notify
PIDFile=/run/php/php7.1-fpm.pid
ExecStart=/usr/sbin/php-fpm7.1 --nodaemonize --fpm-config /etc/php/7.1/fpm/php-fpm.conf
ExecReload=/bin/kill -USR2 $MAINPID
LimitNOFILE=100000
TimeoutStartSec=300
[Install]
WantedBy=multi-user.target