Fix.Fix...
This commit is contained in:
parent
8edebc6259
commit
fbc32f7970
|
@ -9,7 +9,7 @@ start() {
|
||||||
# repair ownership
|
# repair ownership
|
||||||
find /data \! -user executor -exec chown executor:executor {} \;
|
find /data \! -user executor -exec chown executor:executor {} \;
|
||||||
# pidfile
|
# pidfile
|
||||||
touch /var/run/checker.pid
|
touch /var/run/cloner.pid
|
||||||
chown executor:executor /var/run/checker.pid
|
chown executor:executor /var/run/cloner.pid
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user