#!/sbin/openrc-run # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 name=${RC_SVCNAME} description="ToDesk Daemon Service" supervisor="supervise-daemon" command="/opt/todesk/bin/todeskd" command_args="-f /opt/todesk/config/todeskd.conf" depend() { after display-manager need net }