mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-04-08 17:05:56 +02:00
4 lines
149 B
Bash
Executable File
4 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# workaround for running Daemon without polluting syslog (#53, #82)
|
|
$SNAP/bin/auto-cpufreq --daemon 2>&1 >> $SNAP_DATA/auto-cpufreq.log |