From 544da1ba50d9cbf51a18ca0abf1db66b3baa7460 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Fri, 17 Oct 2025 12:22:00 -0400 Subject: Gentoo desktop --- hosts/station/systemd/fcgiwrap.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 hosts/station/systemd/fcgiwrap.service (limited to 'hosts/station/systemd/fcgiwrap.service') 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 -- cgit v1.2.3-101-g0448