diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-16 22:22:50 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-16 22:25:40 -0600 |
commit | 93a4a22a36809aa0371b414e360ecdf1f6a79c48 (patch) | |
tree | e9ef81754d0698815fd5530618fe286000f9895f /libre/parabolaweb-utils/parabolaweb.service | |
parent | 33a03f53dfc38d5d2e68dc429573098afb3ba456 (diff) | |
download | abslibre-93a4a22a36809aa0371b414e360ecdf1f6a79c48.tar.gz abslibre-93a4a22a36809aa0371b414e360ecdf1f6a79c48.tar.bz2 abslibre-93a4a22a36809aa0371b414e360ecdf1f6a79c48.zip |
update libre/parabolaweb-utils
Diffstat (limited to 'libre/parabolaweb-utils/parabolaweb.service')
-rw-r--r-- | libre/parabolaweb-utils/parabolaweb.service | 13 |
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 |