forked from pool/cdemu-daemon
10 lines
219 B
SYSTEMD
10 lines
219 B
SYSTEMD
|
[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
|