11 lines
172 B
SYSTEMD
11 lines
172 B
SYSTEMD
[Unit]
|
|
Description=Run podfox update and download every 30 minutes
|
|
|
|
[Timer]
|
|
OnBootSec=5min
|
|
OnUnitActiveSec=30min
|
|
|
|
Unit=run_podfox.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|