mirror of
https://github.com/cyring/CoreFreq.git
synced 2025-07-22 12:00:33 +02:00
18 lines
298 B
Desktop File
18 lines
298 B
Desktop File
# CoreFreq
|
|
# Copyright (C) 2015-2025 CYRIL COURTIAT
|
|
# Licenses: GPL2
|
|
|
|
[Unit]
|
|
Description=CoreFreq Daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=corefreqd -q
|
|
ExecStop=/bin/kill -QUIT $MAINPID
|
|
RemainAfterExit=no
|
|
SuccessExitStatus=SIGQUIT SIGUSR1 SIGTERM
|
|
Slice=-.slice
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|