blob: e6a76f608d6b0882aa9375a810a079ce6ff8d314 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#!/bin/sh /etc/rc.common
2
3START=50
4USE_PROCD=1
5PROG=/usr/bin/lcdexec
6
7config_file=/etc/lcdexec.conf
8
9start_service() {
10 procd_open_instance
11 procd_set_param command $PROG -f -c $config_file
12 procd_close_instance
13}
14