system users: use /bin/sh

Just learned about "bash security issue" when reading about rrsync.
This commit is contained in:
2023-09-23 22:46:14 +03:00
parent 3b1d1b439f
commit 70e5230611
4 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
users.git = {
description = "Gitea Service";
home = "/var/lib/gitea";
useDefaultShell = true;
shell = "/bin/sh";
group = "gitea";
isSystemUser = true;
uid = myData.uidgid.gitea;