Created
May 14, 2017 19:51
-
-
Save yuri1969/cd6c4a3f983b194fc3b5b824146eeaf8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################### | |
# | |
# ThinkPad T430 | |
# | |
# i5-3320M, 3rd Gen Intel GFX, SSD Intel 240G | |
# | |
################################################### | |
[Unit] | |
Description=Run power-save.service 5 seconds after systemd starts | |
[Timer] | |
OnStartupSec=5sec | |
Unit=power-save.service | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment