summaryrefslogtreecommitdiff
path: root/libre/parabolaweb-utils/parabolaweb.service
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-07-17 05:19:48 -0300
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-07-17 05:19:48 -0300
commit0a32dd5aab83123487e6988ec37e7e5385c3aef6 (patch)
tree760f093c15bf512361439acc7b998f04fdd0cb5b /libre/parabolaweb-utils/parabolaweb.service
parent7d3151cb257dcb2aeacf52bad5d96041677754a2 (diff)
parent201a3a8a986287b2f54d01e7c5e4bbeba8c37040 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/parabolaweb-utils/parabolaweb.service')
-rw-r--r--libre/parabolaweb-utils/parabolaweb.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/parabolaweb-utils/parabolaweb.service b/libre/parabolaweb-utils/parabolaweb.service
deleted file mode 100644
index a59d58512..000000000
--- a/libre/parabolaweb-utils/parabolaweb.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[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