Skip to main content

All Questions

0 votes
1 answer
386 views

How do you create a systemd user timer that will start only after X has started?

I currently have this timer: [Unit] Description=Schedule wallpaper rotation [Timer] OnCalendar=*-*-* *:00:00 Persistent=true [Install] WantedBy=graphical-session.target Which runs this service: [...
Abacus Lever's user avatar
0 votes
1 answer
785 views

Should i use default.target or timers.target value for WantedBy for a systemd user timer? [duplicate]

My .timer file located in ~/.config/systemd/user doesn't show in output of systemctl --user list-timers --all command unless i enable it. Is it normal for this command to not show disabled .timers ...
Lyubomir's user avatar
  • 113