Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-13 22:03:09 +00:00

init.d: openwrt beautify pid file name

This commit is contained in:
bol-van
2025-12-02 11:38:31 +03:00
parent ef4b427836
commit 032b24f5b4

View File

@@ -54,7 +54,7 @@ run_daemon()
echo "Starting daemon $1: $2 $3"
procd_open_instance
procd_set_param command $2 $3
procd_set_param pidfile $PIDDIR/$DAEMONBASE$1.pid
procd_set_param pidfile $PIDDIR/${DAEMONBASE}_$1.pid
procd_close_instance
}