mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
15 lines
277 B
Desktop File
15 lines
277 B
Desktop File
[Unit]
|
|
Description=Switch CPU Profile
|
|
ConditionKernelCommandLine=!installer
|
|
Requires=xorg.service
|
|
After=xorg.service
|
|
|
|
[Service]
|
|
Environment=TERM=linux
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/cpu-profile init
|
|
StandardError=syslog
|
|
RemainAfterExit=no
|
|
|
|
[Install]
|
|
WantedBy=graphical.target
|