Nextcloud: Difference between revisions
imported>Dmo84 m fixed typo "missing ," in json config example |
imported>Jdogzz Added missing line of boot execution time. |
||
| Line 189: | Line 189: | ||
timers.nextcloud-autosync = { | timers.nextcloud-autosync = { | ||
Unit.Description = "Automatic sync files with Nextcloud when booted up after 5 minutes then rerun every 60 minutes"; | Unit.Description = "Automatic sync files with Nextcloud when booted up after 5 minutes then rerun every 60 minutes"; | ||
Timer.OnBootSec = "5min"; | |||
Timer.OnUnitActiveSec = "60min"; | Timer.OnUnitActiveSec = "60min"; | ||
Install.WantedBy = ["multi-user.target" "timers.target"]; | Install.WantedBy = ["multi-user.target" "timers.target"]; | ||