1
0
forked from pool/cdemu-daemon
cdemu-daemon/cdemu-daemon.service

10 lines
219 B
SYSTEMD
Raw Normal View History

[Unit]
Description=CDEmu daemon
[Service]
Type=dbus
EnvironmentFile=-/etc/sysconfig/cdemu-daemon
BusName=net.sf.cdemu.CDEmuDaemon
ExecStart=/usr/bin/cdemu-daemon -n $DEVICES -c $CTL_DEVICE -a $AUDIO_BACKEND
Restart=no