/lib/systemd/system/lcd4linux.service is in lcd4linux 0.11.0~svn1200-1+fakesync.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | [Unit]
Description=daemon for driving LCD based displays
[Service]
Type=forking
EnvironmentFile=-/etc/default/lcd4linux
ExecStart=/usr/sbin/lcd4linux $ARGS
User=root
PIDFile=/var/run/lcd4linux.pid
Restart=on-abort
[Install]
WantedBy=multi-user.target
|