2019-08-09 18:25:40 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Logitech Configuration Daemon
|
2020-05-15 08:07:17 +00:00
|
|
|
StartLimitIntervalSec=0
|
2019-08-09 18:25:40 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
ExecStart=${CMAKE_INSTALL_PREFIX}/bin/logid
|
|
|
|
User=root
|
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
2020-04-07 19:07:06 +00:00
|
|
|
Restart=on-failure
|
2019-08-09 18:25:40 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|