summarylogtreecommitdiffstats
path: root/gogios.install
diff options
context:
space:
mode:
authorBailey Kasin2019-08-06 03:55:42 -0700
committerBailey Kasin2019-08-06 03:55:42 -0700
commit12f10526983e9010d2601b880c86c02fafc69db3 (patch)
tree00cec19ae78fef9b375c05526a9a16519f5bbc0c /gogios.install
parent3cdba0bba9095752479a6e6f518f05331f6966ef (diff)
downloadaur-12f10526983e9010d2601b880c86c02fafc69db3.tar.gz
Opt depends and user creation
Diffstat (limited to 'gogios.install')
-rw-r--r--gogios.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogios.install b/gogios.install
index 01075ea27efa..4312ca622f8e 100644
--- a/gogios.install
+++ b/gogios.install
@@ -17,7 +17,7 @@ post_install() {
if id "gogios" >/dev/null 2>&1; then
echo "gogios user already exists"
else
- useradd --system --no-create-home --shell /sbin/nologin gogios
+ useradd --system --user-group --home-dir /var/spool/gogios --shell /sbin/nologin gogios
fi
chown gogios:gogios -R /var/log/gingertechnology