Lakka-LibreELEC/projects/L4T/devices/Switch/packages/switch-cpu-profile/system.d/switch-cpu-profile.service
2021-10-27 09:47:55 +02:00

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