#!/sbin/openrc-run # Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License, v2 command="/usr/sbin/lxdm-binary" command_background="yes" pidfile="/run/lxdm.pid" retry="TERM/5/TERM/5" depend() { display-manager_depend } start_pre() { display-manager_start_pre } stop_pre() { display-manager_stop_pre } stop_post() { display-manager_stop_post }