mirror of
https://github.com/cyring/CoreFreq.git
synced 2025-07-23 12:13:07 +02:00
Let systemd solve the binary path of ExecStart (issue #197)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user