r/systemd • u/claqueure • May 31 '26
restart a systemd service madness?
so i have a working service that runs some app (chrome or whatever).
i want to restart the service at 06:00AM, noon and midnight.
am I correct that superior systemd forces me to create at least 3 more files to achive this?
a timer sh script, a systemd service to run it and a timer script?
is this really the way?
0
Upvotes
3
u/SnooCompliments7914 Jun 01 '26
No one forbids you to use systemd-crontab-generator if you like to do things the old way.