diff options
| author | St33v <github@f3rr3t.com> | 2022-01-26 23:08:32 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2022-01-26 23:08:32 +1100 |
| commit | 9cbc7826870640648f0c1e20cd2210c7c4d0f47b (patch) | |
| tree | 233f47fe8a26ae63d4b8f52beeed9c8c3590da76 /speakerWatchdog.service | |
| parent | 077eb0a2b6a93fcc1b5a12f66aae3b2effcabe13 (diff) | |
it works
Diffstat (limited to 'speakerWatchdog.service')
| -rw-r--r-- | speakerWatchdog.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/speakerWatchdog.service b/speakerWatchdog.service new file mode 100644 index 0000000..8a43108 --- /dev/null +++ b/speakerWatchdog.service @@ -0,0 +1,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 + |
