summaryrefslogtreecommitdiff
path: root/speakerSqueaker.service
blob: 8a43108c727eaff3eb0667817d50e673dc314ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Make sure the Speakers don't go to sleep
After=sound.target


[Service]
Type=oneshot
StandardOutput=journal
ExecStart=-/usr/local/bin/speakerWatchdog.sh

[Install]
WantedBy=default.target