Guest User

Untitled

a guest
Dec 15th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. [Unit]
  2. Description=RTC Max User Freq
  3.  
  4. [Service]
  5. ExecStart=echo 3072 >/sys/class/rtc/rtc0/max_user_freq
  6. Type=oneshot
  7. RemainAfterExit=yes
  8.  
  9. [Install]
  10. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment