Current File : //proc/thread-self/root/usr/lib/systemd/system/fastpanel2-apps.service
[Unit]
Description=FASTPANEL applications pool
After=network.target

[Service] 
Type=notify
ExecStartPre=/opt/fphp/sbin/php-fpm --fpm-config /opt/fphp/etc/php-fpm.conf -t
ExecStart=/opt/fphp/sbin/php-fpm --nodaemonize --fpm-config /opt/fphp/etc/php-fpm.conf
ExecReload=/bin/kill -USR2 $MAINPID
Restart=on-failure
RestartSec=2

[Install]
WantedBy=multi-user.target