[Unit] Description=HomeCore pilot PHP-FPM After=homecore-database.service Requires=homecore-database.service [Service] Type=simple User=bitnami Group=bitnami EnvironmentFile=/home/bitnami/.config/homecore/app.env ExecStart=/opt/bitnami/php/sbin/php-fpm --nodaemonize --fpm-config /opt/bitnami/apache/htdocs/homecore/deployment/php-fpm/homecore.conf Restart=on-failure RestartSec=3 UMask=0077 NoNewPrivileges=true [Install] WantedBy=multi-user.target