lf-updr/lf-updrd.service

12 lines
167 B
SYSTEMD
Raw Normal View History

2024-10-27 10:52:40 +01:00
[Unit]
Description=Daemon for lf-updr
After=dbus.service
[Service]
ExecStart=/usr/sbin/lf-updrd
Type=simple
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target