forked from pool/cdemu-daemon
Jan Engelhardt
a174de21a5
- Add systemd and D-Bus .service files - Fix .spec file warning OBS-URL: https://build.opensuse.org/request/show/914893 OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-daemon?expand=0&rev=64
10 lines
219 B
Desktop File
10 lines
219 B
Desktop File
[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
|