mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-06-29 10:47:20 +02:00
aminda-nocron-reboot.service: add chgrp just in case
This commit is contained in:
parent
320defaaac
commit
763f1861f2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user