Hacker News new | ask | show | jobs
by ilyt 1285 days ago
there is cmdline shortcut for one-off ones at the very least

    systemd-run --user --unit=timer-name --on-active=60 /exec/path
will run it in 60 seconds
1 comments

Nice, thanks for sharing this.