summaryrefslogtreecommitdiff
path: root/systemd/fcgiwrap.service
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-08-21 08:13:52 -0400
committerDave Reisner <dreisner@archlinux.org>2012-08-21 08:26:39 -0400
commita9784d8967975160d56fc191d85ced94143e89de (patch)
tree13957856c3125301f3967d8a2cf81c2711c33c20 /systemd/fcgiwrap.service
parent7f583a055c0a925c1b9dd25d7f831c5d6d9f4665 (diff)
downloadfcgiwrap-a9784d8967975160d56fc191d85ced94143e89de.tar.xz
fcgiwrap-a9784d8967975160d56fc191d85ced94143e89de.zip
add systemd unit files for installation
These are automatically installed iff systemd support is compiled into fcgiwrap.
Diffstat (limited to 'systemd/fcgiwrap.service')
-rw-r--r--systemd/fcgiwrap.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/systemd/fcgiwrap.service b/systemd/fcgiwrap.service
new file mode 100644
index 0000000..7b010c9
--- /dev/null
+++ b/systemd/fcgiwrap.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Simple CGI Server
+After=nss-user-lookup.target
+
+[Service]
+ExecStart=/usr/sbin/fcgiwrap
+User=http
+Group=http
+
+[Install]
+Also=fcgiwrap.socket