Skip to content

Latest commit

 

History

History

change-background-by-monitor-count

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

change-background-by-monitor-count

step 1

sudo bash -c 'cat <<EOF > /etc/systemd/system/monitor_check.service
[Unit]
Description=Monitor Check Script
After=network.target

[Service]
ExecStart=/home/deukyun/right_monitor.sh
Restart=always
User=username

[Install]
WantedBy=default.target
EOF'