]> WPIA git - infra.git/blobdiff - modules/gitweb/files/git@.service
upd: run git daemon as nobody, not git
[infra.git] / modules / gitweb / files / git@.service
index 84a88c0226b223af8417e9b5b5e58e819c6e0606..851c8e9d8816d369d0f62481f88c92056c81e8bf 100644 (file)
@@ -7,7 +7,7 @@ ExecStart=/usr/bin/git daemon --inetd --verbose --export-all --enable=upload-arc
 StandardInput=socket
 StandardOutput=socket
 StandardError=journal
-User=git
+User=nobody
 
 # sandboxing options, see systemd.exec(5)
 NoNewPrivileges=yes