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