Mutes audio at 21:00 and unmutes at 07:00, but only when the idle-inhibit toggle is active (PID file exists). This is useful for leaving the computer running overnight for SSH access while keeping it quiet for sleeping.
9 lines
127 B
SYSTEMD
9 lines
127 B
SYSTEMD
[Unit]
|
|
Description=Unmute audio at 07:00
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 07:00:00
|
|
Persistent=false
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|