summarylogtreecommitdiffstats
path: root/sasc-ng.service
diff options
context:
space:
mode:
authorChristian Hesse2015-06-30 16:02:47 +0200
committerChristian Hesse2015-06-30 16:02:47 +0200
commit676f30095d8faa73c9d4635fdefae62acd7d4b7f (patch)
tree67c4f86510616c73cfdea7d01ead03c5ea664279 /sasc-ng.service
downloadaur-676f30095d8faa73c9d4635fdefae62acd7d4b7f.tar.gz
initial import of open-sasc-ng-dkms 0.r620.29b7b5f231c8-2
Diffstat (limited to 'sasc-ng.service')
-rw-r--r--sasc-ng.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/sasc-ng.service b/sasc-ng.service
new file mode 100644
index 000000000000..6a6faf2bdf12
--- /dev/null
+++ b/sasc-ng.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=SASC NG
+After=network.target
+
+[Service]
+EnvironmentFile=/etc/conf.d/sasc-ng
+ExecStartPre=/sbin/modprobe dvbloopback $DVBLOOPBACK_ARGS
+ExecStart=/usr/sbin/sasc-ng $SASCNG_ARGS --cam-dir $CAMDIR -l $LOGDIR/sasc-ng.log -b 16M --sid-allpid --sid-nocache --cam-budget
+
+[Install]
+WantedBy=multi-user.target