Change to /usr/local/bin since it is executed by normal users

This commit is contained in:
Thomas Gebert 2026-02-10 08:39:05 +01:00
parent 0b4e185c68
commit bc10dc0e1b

View File

@ -4,7 +4,7 @@ After=glusterd.service
[Service]
Type=oneshot
ExecStart=/usr/local/sbin/check-gluster-rebalance.sh
ExecStart=/usr/local/bin/check-gluster-rebalance.sh
[Install]
WantedBy=multi-user.target