12 lines
199 B
SYSTEMD
12 lines
199 B
SYSTEMD
|
[Unit]
|
||
|
Description=Disable Keyboard and Mouse Input
|
||
|
After=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStartPre=/bin/sleep 60
|
||
|
ExecStart=%h/disable_input.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|