diff options
Diffstat (limited to 'libre/parabolaweb-utils/parabolaweb.service')
-rw-r--r-- | libre/parabolaweb-utils/parabolaweb.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/parabolaweb-utils/parabolaweb.service b/libre/parabolaweb-utils/parabolaweb.service new file mode 100644 index 000000000..a59d58512 --- /dev/null +++ b/libre/parabolaweb-utils/parabolaweb.service @@ -0,0 +1,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 |