From 871a685267e8e2a627aa0e308f887a5e07300e2d Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Thu, 5 Feb 2026 21:03:03 +0100 Subject: [PATCH] Add extra_started_commands variable to OpenRC init script --- files/ddns-service-openrc.initd | 1 + 1 file changed, 1 insertion(+) diff --git a/files/ddns-service-openrc.initd b/files/ddns-service-openrc.initd index f0a31c0..a3a2da0 100644 --- a/files/ddns-service-openrc.initd +++ b/files/ddns-service-openrc.initd @@ -11,6 +11,7 @@ command_args="--daemon ${OPTIONS}" command_user="${USER}:${GROUP}" command_background="yes" pidfile="/run/${RC_SVCNAME}.pid" +extra_started_commands="reload" depend() { need net