summaryrefslogtreecommitdiff
path: root/parabolaweb.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'parabolaweb.service.in')
-rw-r--r--parabolaweb.service.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/parabolaweb.service.in b/parabolaweb.service.in
deleted file mode 100644
index 80794c4..0000000
--- a/parabolaweb.service.in
+++ /dev/null
@@ -1,17 +0,0 @@
-[Unit]
-Requires=postgresql.service
-After=postgresql.service
-Description=ParabolaWeb
-
-[Service]
-# By using PIDFile, the service isn't "start" until it's forked written to.
-# Otherwise, the ExecStartPost might run before the socket exists.
-# Well, it still might, but it's less likely.
-Type=forking
-PIDFile=/run/parabolaweb/fcgi.pid
-ExecStart=@sbindir@/parabolaweb-fcgi socket=/run/parabolaweb/fcgi.sock daemonize=true pidfile=/run/parabolaweb/fcgi.pid
-ExecStartPost=/usr/bin/chmod 770 /run/parabolaweb/fcgi.sock
-ExecStopPost=/usr/bin/rm -f /run/parabolaweb/fcgi.sock
-
-[Install]
-WantedBy=multi-user.target