#!/sbin/openrc-run description='Simple linux console mouse daemon (using libinput)' command=/usr/bin/minivcmouse command_background=true pidfile="/run/${RC_SVCNAME}.pid" respawn_delay=2 respawn_max=5 depend() { need udev-trigger devfs after bootmisc }