mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-06-06 06:40:35 +02:00
5 lines
160 B
Bash
Executable File
5 lines
160 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# workaround for running Daemon without polluting syslog (#53, #82)
|
|
$SNAP/bin/auto-cpufreq --daemon 2>&1 >> $SNAP_DATA/auto-cpufreq.stats
|