diff options
Diffstat (limited to 'hosts/denpa/systemd')
| -rw-r--r-- | hosts/denpa/systemd/fcgiwrap.service | 14 |
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 |