0c5291083d
Solution to #51, thanks levaidaniel
14 lines
242 B
CMake
14 lines
242 B
CMake
[Unit]
|
|
Description=Logitech Configuration Daemon
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=${CMAKE_INSTALL_PREFIX}/bin/logid
|
|
User=root
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|