diff options
Diffstat (limited to 'roles/gitserver/files')
| -rw-r--r-- | roles/gitserver/files/git-daemon.service | 14 | ||||
| -rw-r--r-- | roles/gitserver/files/override.conf | 4 |
2 files changed, 4 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 diff --git a/roles/gitserver/files/override.conf b/roles/gitserver/files/override.conf new file mode 100644 index 0000000..78bcf58 --- /dev/null +++ b/roles/gitserver/files/override.conf @@ -0,0 +1,4 @@ +[Service] +ExecStart= +# The '-' is to ignore non-zero exit statuses +ExecStart=-/usr/lib/git-core/git-daemon --inetd --base-path=/srv/git |