[Unit] Description=Simple linux console mouse daemon (using libinput) Requires=systemd-udevd.service After=systemd-udevd.service systemd-vconsole-setup.service [Service] Type=simple ExecStart=/usr/bin/minivcmouse Restart=always RestartSec=2 ProtectSystem=strict ProtectHome=true ReadWritePaths=/dev/tty* /dev/input [Install] WantedBy=multi-user.target