khal_todo_khard

This commit is contained in:
Anthony Debucquoy
2026-09-10 12:51:07 +02:00
parent 8121a98f4e
commit e84e060569
7 changed files with 140 additions and 0 deletions
@@ -0,0 +1,9 @@
[Unit]
Description=Syncronise Nextcloud instance
[Service]
Type=oneshot
ExecStart=nextcloudcmd /media/nextcloud 'https://tonitch:jOkN5UaCMRRnjLIe3cH9KEXzb@nc.debucquoy.me'
[Install]
WantedBy=default.target
@@ -0,0 +1,9 @@
[Unit]
Description=Run nextcloud sync every 15 minutes
[Timer]
OnActiveSec=10min
OnUnitActiveSec=10min
[Install]
WantedBy=timers.target