mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-30 17:14:47 +02:00
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
|
Type=simple
|
||||||
User=root
|
User=root
|
||||||
ExecStart=auto-cpufreq --daemon
|
ExecStart=auto-cpufreq --daemon
|
||||||
StandardOutput=file:/var/log/auto-cpufreq.log
|
StandardOutput=append:/var/log/auto-cpufreq.log
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user