summaryrefslogtreecommitdiff
path: root/community-testing/oss/oss.service
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/oss/oss.service')
-rw-r--r--community-testing/oss/oss.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/community-testing/oss/oss.service b/community-testing/oss/oss.service
new file mode 100644
index 000000000..107c9bf3f
--- /dev/null
+++ b/community-testing/oss/oss.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Open Sound System v4
+Before=sound.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/sbin/soundon
+ExecStop=/usr/sbin/soundoff
+
+[Install]
+WantedBy=multi-user.target