summarylogtreecommitdiffstats
path: root/oss.service
diff options
context:
space:
mode:
authorAlex Wiggins2015-06-08 21:29:49 +0100
committerAlex Wiggins2015-06-08 21:29:49 +0100
commit8c8fd748133454638133536326ed80a6efb918b6 (patch)
tree79d7bc22bd9a9bf2d35c494dc55d9b5855b7c307 /oss.service
downloadaur-8c8fd748133454638133536326ed80a6efb918b6.tar.gz
Initial AUR4 import - version 2011-3
Diffstat (limited to 'oss.service')
-rw-r--r--oss.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/oss.service b/oss.service
new file mode 100644
index 000000000000..0200d2477400
--- /dev/null
+++ b/oss.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Open Sound System v4
+Before=sound.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/soundon
+ExecStop=/usr/bin/soundoff
+
+[Install]
+WantedBy=multi-user.target