diff options
Diffstat (limited to 'roles/gitserver/files/git-daemon.service')
| -rw-r--r-- | roles/gitserver/files/git-daemon.service | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/roles/gitserver/files/git-daemon.service b/roles/gitserver/files/git-daemon.service deleted file mode 100644 index e08d066..0000000 --- a/roles/gitserver/files/git-daemon.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=Git Daemon Instance - -[Service] -User=git -# The '-' is to ignore non-zero exit statuses -ExecStart=-/usr/lib/git-core/git-daemon --inetd --base-path=/srv/git -StandardInput=socket -StandardOutput=inherit -StandardError=journal -ProtectSystem=full -ProtectHome=on -PrivateDevices=on -NoNewPrivileges=on |