parsifal/disable-input.service

12 lines
199 B
SYSTEMD
Raw Normal View History

2024-09-19 14:51:50 +02:00
[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