Syntax fix

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2025-06-02 13:11:49 -07:00
parent 2da19bf47e
commit 94be1579c6
No known key found for this signature in database
GPG Key ID: 555C902A34EC968F
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -131,7 +131,7 @@ systemd:
Description=Run docker-compose-updater for /srv/%I daily, 15 mintues after OS updates Description=Run docker-compose-updater for /srv/%I daily, 15 mintues after OS updates
[Timer] [Timer]
OnCalendar=daily 3:15 OnCalendar=*-*-* 03:15
Persistent=true Persistent=true
[Install] [Install]

File diff suppressed because one or more lines are too long

View File

@ -154,7 +154,7 @@ systemd:
Description=Run docker-compose-updater for /srv/%I daily, 15 mintues after OS updates Description=Run docker-compose-updater for /srv/%I daily, 15 mintues after OS updates
[Timer] [Timer]
OnCalendar=daily 3:15 OnCalendar=*-*-* 03:15
Persistent=true Persistent=true
[Install] [Install]