diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-21 14:15:36 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-21 14:15:36 -0200 |
commit | fda67fdea09fccb1ff9875ae2d87cdc8520ca742 (patch) | |
tree | f1426a6efebbe0268ff7b97f0836af0611252e0e /libre/parabolaweb-utils/parabolaweb.service | |
parent | 2193dcedd86bbecfbd200f4109f261a374d28f84 (diff) | |
parent | 95b6d407fca371873eae870c3d2b185c72002263 (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.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libre/parabolaweb-utils/parabolaweb.service b/libre/parabolaweb-utils/parabolaweb.service new file mode 100644 index 000000000..d145e53d8 --- /dev/null +++ b/libre/parabolaweb-utils/parabolaweb.service @@ -0,0 +1,10 @@ +[Unit] +Description=ParabolaWeb + +[Service] +Type=forking +ExecStart=/usr/sbin/parabolaweb-fcgi pidfile=/run/web/parabolaweb.pid +PIDFile=/run/web/parabolaweb.pid + +[Install] +WantedBy=multi-user.target |