Skip to content

Instantly share code, notes, and snippets.

@ivanrad
Created March 30, 2019 04:23
Show Gist options
  • Save ivanrad/84e2f3a49ca5fe1f8ed6bfebe7c33d00 to your computer and use it in GitHub Desktop.
Save ivanrad/84e2f3a49ca5fe1f8ed6bfebe7c33d00 to your computer and use it in GitHub Desktop.
[Unit]
Description=Console blank
[Service]
Type=oneshot
Environment=TERM=linux
StandardOutput=tty
TTYPath=/dev/console
ExecStart=/usr/bin/setterm -blank 2
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment