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