aminda-nocron-reboot.service: add chgrp just in case

This commit is contained in:
Aminda Suomalainen 2025-04-26 09:40:18 +03:00
parent 320defaaac
commit 763f1861f2
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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