Add logid service & install target
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Logitech Configuration Daemon
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=${CMAKE_INSTALL_PREFIX}/bin/logid
|
||||
User=root
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user