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

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

[Install]
WantedBy=multi-user.target