11 lines
184 B
Desktop File
11 lines
184 B
Desktop File
[Unit]
|
|
Description=LCDd Service
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/LCDd -c /etc/lcdproc/LCDd.conf
|
|
ControlGroup=cpu:/
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|