Change to /usr/local/bin since it is executed by normal users
This commit is contained in:
parent
0b4e185c68
commit
bc10dc0e1b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user