Ctrl + Alt + Space
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=LEDs on doorbell ring | |
After=unifi-protect.service | |
#Install tmux and multitail from apt | |
#Replace sleep with aplay on UDM if you want it to play sound | |
[Service] | |
ExecStart=tmux new-session -d -s multitail multitail -D -ex "EventRingButtonPressed" "uled-ctrl blink 500 008000 FF0000 && sleep 10 && uled-ctrl fw idle" -iw "/ssd1/.data/unifi-protect/logs/cameras/*.log" 30 | |
ExecStop=tmux kill-session -t multitail | |
User=root |