summaryrefslogtreecommitdiff
path: root/hosts/denpa/systemd
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/denpa/systemd
parent85a47287e56ba9100420246531ebea5996cc0486 (diff)
downloaddotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.tar.gz
dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.tar.bz2
dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.zip
Gentoo desktop
Diffstat (limited to 'hosts/denpa/systemd')
-rw-r--r--hosts/denpa/systemd/fcgiwrap.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/hosts/denpa/systemd/fcgiwrap.service b/hosts/denpa/systemd/fcgiwrap.service
deleted file mode 100644
index 8617259..0000000
--- a/hosts/denpa/systemd/fcgiwrap.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[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