dots


dots / misc / systemd
chasinglightning  ·  2025-07-26

frtn-reminders.timer

 1[Unit]
 2Description=Run frtn every 30m
 3
 4[Timer]
 5OnBootSec=15min
 6OnUnitActiveSec=30min
 7Unit=frtn-reminders.service
 8
 9[Install]
10WantedBy=timers.target