summaryrefslogtreecommitdiff
path: root/init.d/sway-audio-idle-inhibit
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/sway-audio-idle-inhibit')
-rwxr-xr-xinit.d/sway-audio-idle-inhibit9
1 files changed, 0 insertions, 9 deletions
diff --git a/init.d/sway-audio-idle-inhibit b/init.d/sway-audio-idle-inhibit
deleted file mode 100755
index 6b12a44..0000000
--- a/init.d/sway-audio-idle-inhibit
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/sbin/openrc-run
-
-description="Inhibit system sleep while an application is receiving audio"
-
-command="sway-audio-idle-inhibit"
-command_args=""
-
-supervisor=supervise-daemon
-error_logger="logger -t '${RC_SVCNAME}' -p daemon.error"