[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