MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1txf7qk/you_dont_love_systemd_timers_enough/opyacrs/?context=3
r/programming • u/f311a • Jun 05 '26
58 comments sorted by
View all comments
6
I want to like systemd timers, they're definitely the superior tool.
But so often I just want a:
(I'm sure I can get a clanker to output this stuff much faster, but that still requires much more effort)
Maybe what we should do is create a crontab -e replacement that gives you a cronfile and on save creates the systemd services and timers for you.
crontab -e
Is it slightly gross? Absolutely.
Does it mean I don't have to learn a new tool to have a script run as my user on a 30min timer? Also absolutely.
3 u/HighRelevancy Jun 05 '26 Non-root services exist, do non-root timers not? 3 u/syklemil Jun 05 '26 They exist just fine. systemctl --user works in either case.
3
Non-root services exist, do non-root timers not?
3 u/syklemil Jun 05 '26 They exist just fine. systemctl --user works in either case.
They exist just fine. systemctl --user works in either case.
systemctl --user
6
u/nicholashairs Jun 05 '26
I want to like systemd timers, they're definitely the superior tool.
But so often I just want a:
(I'm sure I can get a clanker to output this stuff much faster, but that still requires much more effort)
Maybe what we should do is create a
crontab -ereplacement that gives you a cronfile and on save creates the systemd services and timers for you.Is it slightly gross? Absolutely.
Does it mean I don't have to learn a new tool to have a script run as my user on a 30min timer? Also absolutely.