# Alternative to the daemon: a periodic one-shot scan, closer to how the original # iPodderX agent was driven. Use this OR ipx.service, not both -- with no daemon # running there is no socket, so a UI cannot attach. # # Install ipx-scan.service and ipx.timer to ~/.config/systemd/user/, then # systemctl --user enable --now ipx.timer [Unit] Description=Periodic ipx feed scan [Timer] OnBootSec=5min OnUnitActiveSec=1h Persistent=true [Install] WantedBy=timers.target