summarylogtreecommitdiffstats
path: root/glpi.service
blob: 4dc8afc700959969b524f5d1aa7bb3155ebc229d (plain)
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