From 45b80c2fe8fcb0167ba6a4c18c8bcf39a6dbec10 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 4 Sep 2024 09:27:14 +0300 Subject: [PATCH] aminda-nocron-reboot.service: also chmod /home/linuxbrew mainly for benefit of group --- etc/systemd/system/aminda-nocron-reboot.service | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/systemd/system/aminda-nocron-reboot.service b/etc/systemd/system/aminda-nocron-reboot.service index 8fa4c325..d502cbc3 100644 --- a/etc/systemd/system/aminda-nocron-reboot.service +++ b/etc/systemd/system/aminda-nocron-reboot.service @@ -50,6 +50,7 @@ ExecStart=-/usr/bin/systemctl enable --now chrony.service ExecStart=-/usr/bin/systemctl enable --now chronyd.service ExecStart=-/usr/bin/systemctl enable --now systemd-oomd.service systemd-oomd.socket ExecStart=-/bin/chown -R root:${LINUXBREWGROUP} /home/linuxbrew -R +ExecStart=-/bin/chmod -R u+rw,g+rw,o+r /home/linuxbrew ExecStart=-/bin/setfacl -R -m g:${LINUXBREWGROUP}:rwX,o:rX /home/linuxbrew User=root StandardOutput=journal