From 7c9273a8652a20ab189750dba2b9d0e490a7d3ab Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 28 Jul 2024 15:09:17 +0300 Subject: [PATCH] aminda-nocron-reboot.service: fix variable usage --- etc/systemd/system/aminda-nocron-reboot.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/systemd/system/aminda-nocron-reboot.service b/etc/systemd/system/aminda-nocron-reboot.service index 4c9952b3..0865a16a 100644 --- a/etc/systemd/system/aminda-nocron-reboot.service +++ b/etc/systemd/system/aminda-nocron-reboot.service @@ -38,8 +38,8 @@ ExecStart=-/usr/bin/systemctl enable --now sshguard.service ExecStart=-/usr/bin/systemctl enable --now unbound.service ExecStart=-/usr/bin/systemctl enable --now chrony.service ExecStart=-/usr/bin/systemctl enable --now chronyd.service -ExecStart=-/bin/chown -R root:$LINUXBREWGROUP /home/linuxbrew -R -ExecStart=-/bin/setfacl -R -m g:$LINUXBREWGROUP:rwx,o:rx /home/linuxbrew +ExecStart=-/bin/chown -R root:${LINUXBREWGROUP} /home/linuxbrew -R +ExecStart=-/bin/setfacl -R -m g:${LINUXBREWGROUP}:rwx,o:rx /home/linuxbrew User=root StandardOutput=journal StandardError=journal