did away with the inotifyd nonsense

This commit is contained in:
John Lancaster
2024-06-15 14:54:49 -05:00
parent 81bd1006cb
commit 19cad19c06
3 changed files with 8 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ services:
entrypoint: '/bin/sh'
command:
- -c
- 'crond && resticprofile-schedule.sh && inotifyd resticprofile-schedule.sh /etc/resticprofile:w'
- 'resticprofile-schedule.sh && crond -f'
env_file:
- .env
hostname: ${HOSTNAME}