From 53a0a5473f45d37027af9663638adbf56667e4ca Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 12 Nov 2024 22:26:02 -0500 Subject: Hopefully no leaks --- hosts/denpa/systemd/fcgiwrap.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 hosts/denpa/systemd/fcgiwrap.service (limited to 'hosts/denpa/systemd') diff --git a/hosts/denpa/systemd/fcgiwrap.service b/hosts/denpa/systemd/fcgiwrap.service new file mode 100644 index 0000000..8617259 --- /dev/null +++ b/hosts/denpa/systemd/fcgiwrap.service @@ -0,0 +1,14 @@ +[Unit] +Description=Simple CGI Server +After=nss-user-lookup.target +Requires=fcgiwrap.socket + +[Service] +Environment=DAEMON_OPTS=-f +EnvironmentFile=-/etc/default/fcgiwrap +ExecStart=/usr/sbin/fcgiwrap ${DAEMON_OPTS} +User=git +Group=git + +[Install] +Also=fcgiwrap.socket -- cgit v1.2.3-101-g0448