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
165 B
SYSTEMD
11 lines
165 B
SYSTEMD
[Unit]
|
|
Description=Enable Mako DND Thursday 01:15
|
|
|
|
[Timer]
|
|
OnCalendar=Thu *-*-* 01:15:00
|
|
Persistent=true
|
|
Unit=mako-dnd-on.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|