summaryrefslogtreecommitdiff
path: root/hosts/station/systemd/fcgiwrap.service
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-10-17 12:22:00 -0400
committerAndrew Opalach <andrew@akon.city> 2025-10-17 12:32:42 -0400
commit544da1ba50d9cbf51a18ca0abf1db66b3baa7460 (patch)
tree1caa87664ea4937c5f4e6e8dc83c49b3132ddd70 /hosts/station/systemd/fcgiwrap.service
parent85a47287e56ba9100420246531ebea5996cc0486 (diff)
downloaddotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.tar.gz
dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.tar.bz2
dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.zip
Gentoo desktop
Diffstat (limited to 'hosts/station/systemd/fcgiwrap.service')
-rw-r--r--hosts/station/systemd/fcgiwrap.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/hosts/station/systemd/fcgiwrap.service b/hosts/station/systemd/fcgiwrap.service
new file mode 100644
index 0000000..f36f65f
--- /dev/null
+++ b/hosts/station/systemd/fcgiwrap.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Simple CGI Server
+Documentation=man:fcgiwrap(8)
+After=nss-user-lookup.target
+Requires=fcgiwrap.socket
+
+[Service]
+Environment=DAEMON_OPTS=-f
+EnvironmentFile=-/etc/default/fcgiwrap
+ExecStart=/usr/sbin/fcgiwrap $DAEMON_OPTS
+User=www-data
+Group=www-data
+
+[Install]
+Also=fcgiwrap.socket