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

[Service]
Type=simple
ExecStart=/usr/sbin/parabolaweb-fcgi daemonize=false

[Install]
WantedBy=multi-user.target