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