Add .config/systemd/user/mako-dnd-off-homeed.timer Add .config/systemd/user/mako-dnd-off.service Add .config/systemd/user/mako-dnd-on-afternoon.timer Add .config/systemd/user/mako-dnd-on-homeed.timer Add .config/systemd/user/mako-dnd-on.service Add .config/systemd/user/timers.target.wants/mako-dnd-off-afternoon.timer Add .config/systemd/user/timers.target.wants/mako-dnd-off-homeed.timer Add .config/systemd/user/timers.target.wants/mako-dnd-on-afternoon.timer Add .config/systemd/user/timers.target.wants/mako-dnd-on-homeed.timer
11 lines
171 B
SYSTEMD
11 lines
171 B
SYSTEMD
[Unit]
|
|
Description=Disable Mako DND Mon-Fri 19:00
|
|
|
|
[Timer]
|
|
OnCalendar=Mon..Fri *-*-* 19:00:00
|
|
Persistent=true
|
|
Unit=mako-dnd-off.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|