Move StartLimitIntervalSec to Unit

Solution to #51, thanks levaidaniel
This commit is contained in:
PixlOne 2020-05-15 04:07:17 -04:00
parent 1d7683237b
commit 0c5291083d

View File

@ -1,5 +1,6 @@
[Unit]
Description=Logitech Configuration Daemon
StartLimitIntervalSec=0
[Service]
Type=simple
@ -7,7 +8,6 @@ ExecStart=${CMAKE_INSTALL_PREFIX}/bin/logid
User=root
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
StartLimitIntervalSec=0
[Install]
WantedBy=multi-user.target