Pid preparation, crontab: expand path

This commit is contained in:
2021-01-20 14:56:06 +01:00
parent 4047121435
commit b356706cf7
2 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,10 @@
mkdir -p ~executor/.parallel
touch ~executor/.parallel/will-cite
# pid file ownership
touch /var/run/cloner.pid
chown executor:executor /var/run/cloner.pid
# repair ownership
find /data \! -user executor -exec chown executor:executor {} \;