On branch master
Changes not staged for commit:
deleted: debian/osspd.conf
Untracked files:
debian/osspd.kmod
no changes added to commit (use "git add" and/or "git commit -a")
+osspd (1.3.2-6) UNRELEASED; urgency=medium
+
+ * Load cuse module via module-load.d
+
+ -- Ralf Jung <post@ralfj.de> Sun, 23 Mar 2014 14:14:43 +0100
+
osspd (1.3.2-5) unstable; urgency=low
* Fix systemd service file.
osspd (1.3.2-5) unstable; urgency=low
* Fix systemd service file.
- modprobe cuse # make sure the cuse module is loaded
# Return
# 0 if daemon has been started
# 1 if daemon was already running
# Return
# 0 if daemon has been started
# 1 if daemon was already running
--- /dev/null
+# Load cuse module for osspd
+cuse
Description=OSS Proxy Daemon
[Service]
Description=OSS Proxy Daemon
[Service]
-ExecStartPre=/sbin/modprobe cuse
ExecStart=/usr/sbin/osspd -f --dsp-slave=/usr/lib/osspd/ossp-slave
[Install]
ExecStart=/usr/sbin/osspd -f --dsp-slave=/usr/lib/osspd/ossp-slave
[Install]
override_dh_install:
dh_install --fail-missing
override_dh_install:
dh_install --fail-missing
+ # adding kmod integration
+ install -D -m 0644 debian/osspd.kmod debian/osspd/lib/modules-load.d/osspd.conf
# Disable tests, they require running the osspd
override_dh_auto_test:
# Disable tests, they require running the osspd
override_dh_auto_test: