From 763f1861f2405ed2c2112187924de4dd103d5d2a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 26 Apr 2025 09:40:18 +0300 Subject: [PATCH] aminda-nocron-reboot.service: add chgrp just in case --- etc/systemd/system/aminda-nocron-reboot.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/systemd/system/aminda-nocron-reboot.service b/etc/systemd/system/aminda-nocron-reboot.service index c9b70d44..edc65fb2 100644 --- a/etc/systemd/system/aminda-nocron-reboot.service +++ b/etc/systemd/system/aminda-nocron-reboot.service @@ -51,7 +51,8 @@ ExecStart=-systemctl enable --now unbound.service ExecStart=-systemctl enable --now chrony.service ExecStart=-systemctl enable --now chronyd.service ExecStart=-systemctl enable --now systemd-oomd.service systemd-oomd.socket -ExecStart=-chown -R ${LINUXBREWUSER}:${LINUXBREWGROUP} /home/linuxbrew -R +ExecStart=-chown -R ${LINUXBREWUSER}:${LINUXBREWGROUP} /home/linuxbrew +ExecStart=-chgrp -R ${LINUXBREWGROUP} /home/linuxbrew ExecStart=-chmod -R u+rw,g+rw,o+r /home/linuxbrew ExecStart=-setfacl -R -m g:${LINUXBREWGROUP}:rwX,o:rX /home/linuxbrew User=root