11 lines
178 B
SYSTEMD
11 lines
178 B
SYSTEMD
|
[Unit]
|
||
|
Description=Turn off display
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/opt/vc/bin/vcgencmd display_power 0
|
||
|
StandardOutput=journal
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|