lcdproc/LCDd.service
Hans de Goede 498d0f8713 Sync with latest upstream git
Add support for LCD found on Logitech Z-10 speakers,
  inc. autodetect by udev + automatic LCDd.conf generation by LCDd-hwdetect
Fix Logitech G15 family devices requiring a manual restart of LCDd
  after a unplug + replug
Drop ghosting of /etc/lcdproc/*.conf files, these may contain user
  modifications, so they should not be removed on package removal
2021-04-15 23:59:45 +02:00

12 lines
186 B
Desktop File

[Unit]
Description=LCDd Service
After=syslog.target
[Service]
Type=forking
ExecStart=/usr/sbin/LCDd -c /etc/lcdproc/LCDd.conf
User=root
Group=lcdd
[Install]
WantedBy=multi-user.target