summaryrefslogtreecommitdiff
path: root/libre/parabolaweb-utils/parabolaweb.service
blob: a59d5851218d4854313fcad5098ab5c386e42268 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Requires=postgresql.service
After=postgresql.service
Description=ParabolaWeb

[Service]
Type=forking
PIDFile=/run/web/parabolaweb.pid
ExecStartPre=/usr/bin/install -dm777 /run/web
ExecStart=/usr/sbin/parabolaweb-fcgi pidfile=/run/web/parabolaweb.pid

[Install]
WantedBy=multi-user.target