db-move: moved linux from [testing] to [core] (x86_64)
[arch-packages.git] / git / trunk / git-daemon@.service
blob70e0dcaafe8b1da3eb263cd2de0e691a8074baa9
1 [Unit]
2 Description=Git Daemon Instance
4 [Service]
5 User=git
6 # The '-' is to ignore non-zero exit statuses
7 ExecStart=-/usr/lib/git-core/git-daemon --inetd --export-all --base-path=/srv/git
8 StandardInput=socket
9 StandardOutput=inherit
10 StandardError=journal
11 ProtectSystem=full
12 ProtectHome=on
13 PrivateDevices=on
14 NoNewPrivileges=on