ubuntu 关闭屏幕

简介: ubuntu 关闭屏幕

服务

mkdir .boot-scripts/
cat < /root/.boot-scripts/screen-off.sh

!/bin/bash

setterm --blank 1
EOF

cat < /etc/systemd/system/screen-off.service
[Unit]
Description=Blank screen after 1 min and turn it off after 2 min. Any keypress will turn it back on.
After=ssh.service

[Service]
Type=oneshot
Environment=TERM=linux
StandardOutput=tty
TTYPath=/dev/console
ExecStart=/root/.boot-scripts/screen-off.sh

[Install]
WantedBy=local.target
EOF

chmod +x /root/.boot-scripts/screen-off.sh
chmod +x /etc/systemd/system/screen-off.service
systemctl enable screen-off.service
systemctl start screen-off.service
systemctl status screen-off.service

目录
相关文章
|
Ubuntu 虚拟化 数据安全/隐私保护
Ubuntu如何在VMWare里面屏幕自适应
Ubuntu如何在VMWare里面屏幕自适应
305 0
|
存储 编解码 Ubuntu
Linux第二课:Ubuntu 操作入门(内含:1Ubuntu 下打开终端+2 Linux 文件属性+3 设置屏幕+4 系统关机与重启+5.文件浏览器)
Linux第二课:Ubuntu 操作入门(内含:1Ubuntu 下打开终端+2 Linux 文件属性+3 设置屏幕+4 系统关机与重启+5.文件浏览器)
293 0
Linux第二课:Ubuntu 操作入门(内含:1Ubuntu 下打开终端+2 Linux 文件属性+3 设置屏幕+4 系统关机与重启+5.文件浏览器)
|
Ubuntu
Ubuntu18.04使用Xorg创建虚拟屏幕
Ubuntu18.04使用Xorg创建虚拟屏幕
961 0
Ubuntu安装找不到硬盘,屏幕显示花屏?
Ubuntu安装找不到硬盘,屏幕显示花屏?
Ubuntu安装找不到硬盘,屏幕显示花屏?
移动 Ubuntu16.04 桌面左侧的启动器到屏幕底部
移动 Ubuntu16.04 桌面左侧的启动器到屏幕底部
90 0
|
Ubuntu Linux 程序员
Linux移动 Ubuntu16.04 桌面左侧的启动器到屏幕底部
移动 Ubuntu16.04 桌面左侧的启动器到屏幕底部