mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
aminda-nocron-reboot.service: also chmod /home/linuxbrew mainly for benefit of group
This commit is contained in:
parent
471bdc9235
commit
45b80c2fe8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user