Let systemd solve the binary path of ExecStart (issue #197)

This commit is contained in:
CyrIng
2020-09-06 17:13:40 +00:00
parent 9e802c19ed
commit dba5cc60d7

View File

@@ -7,10 +7,11 @@ Description=CoreFreq Daemon
[Service]
Type=simple
ExecStart=/bin/corefreqd -q
ExecStart=corefreqd -q
ExecStop=/bin/kill -QUIT $MAINPID
RemainAfterExit=no
SuccessExitStatus=SIGQUIT SIGUSR1 SIGTERM
[Install]
WantedBy=multi-user.target