1 2 3 4 5 6 7 8 9 10 11 12 13 14
[Unit] Description=GLPI [Service] User=glpi WorkingDirectory=/usr/share/webapps/glpi ExecStart=/usr/bin/php -S localhost:8080 PrivateTmp=yes ProtectHome=yes ProtectSystem=yes Restart=on-failure [Install] WantedBy=multi-user.target