Přidat Linux/display.service
This commit is contained in:
parent
ce14db2aa4
commit
2b887a2457
14
Linux/display.service
Normal file
14
Linux/display.service
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# File : vi /etc/systemd/system/display.service
|
||||||
|
|
||||||
|
|
||||||
|
[Unit]
|
||||||
|
Description=Display OFF
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
Restart=on-abort
|
||||||
|
ExecStart=/usr/local/bin/displayoff.sh
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
Loading…
Reference in New Issue
Block a user