Fix file log freezing issue (#40)
This commit is contained in:
parent
ae1159fb0c
commit
0ebdf0e09c
|
@ -7,6 +7,6 @@ ConditionPathExists=/var/log/auto-cpufreq.log
|
|||
Type=simple
|
||||
User=root
|
||||
ExecStart=auto-cpufreq --daemon
|
||||
StandardOutput=file:/var/log/auto-cpufreq.log
|
||||
StandardOutput=append:/var/log/auto-cpufreq.log
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in New Issue