mirror of
https://github.com/cyring/CoreFreq.git
synced 2025-07-23 20:20:40 +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]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/bin/corefreqd -q
|
ExecStart=corefreqd -q
|
||||||
ExecStop=/bin/kill -QUIT $MAINPID
|
ExecStop=/bin/kill -QUIT $MAINPID
|
||||||
RemainAfterExit=no
|
RemainAfterExit=no
|
||||||
SuccessExitStatus=SIGQUIT SIGUSR1 SIGTERM
|
SuccessExitStatus=SIGQUIT SIGUSR1 SIGTERM
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user