ansible/roles/hdmi/templates/screen-on.service

11 lines
177 B
SYSTEMD
Raw Normal View History

2020-08-04 23:33:01 +00:00
[Unit]
Description=Turn on display
[Service]
Type=oneshot
ExecStart=/opt/vc/bin/vcgencmd display_power 1
StandardOutput=journal
[Install]
WantedBy=multi-user.target