summarylogtreecommitdiffstats
path: root/wish-fcgi.service
diff options
context:
space:
mode:
authorFrédéric Mangano2016-01-27 13:39:47 +0100
committerFrédéric Mangano2016-01-27 13:39:47 +0100
commit847bf01c876255fa1f71813847146cce6374ea41 (patch)
treef17e305d2437f3b5f679c93fa388576ec170586a /wish-fcgi.service
downloadaur-wish-git.tar.gz
wish-git, version 1.3 unstable
Diffstat (limited to 'wish-fcgi.service')
-rw-r--r--wish-fcgi.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/wish-fcgi.service b/wish-fcgi.service
new file mode 100644
index 000000000000..14252501f146
--- /dev/null
+++ b/wish-fcgi.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Wish FastCGI
+
+[Service]
+ExecStart=/usr/bin/spawn-fcgi -n -s /run/wish-fcgi.sock -u nobody -U http -- /usr/lib/wish/wish.fcgi
+
+[Install]
+WantedBy=multi-user.target