Resolves #585 - inheritance for noip service

This commit is contained in:
Stewart Whitman 2023-11-05 16:04:49 -08:00 committed by LenardHess
parent eec72794fd
commit 2ceb4a9526

View file

@ -818,6 +818,7 @@ my %services = (
'update' => \&nic_noip_update, 'update' => \&nic_noip_update,
'examples' => \&nic_noip_examples, 'examples' => \&nic_noip_examples,
'variables' => { 'variables' => {
%{$variables{'service-common-defaults'}},
'atime' => setv(T_NUMBER, 0, 1, 0, undef), 'atime' => setv(T_NUMBER, 0, 1, 0, undef),
'custom' => setv(T_BOOL, 0, 1, 0, undef), 'custom' => setv(T_BOOL, 0, 1, 0, undef),
'host' => setv(T_STRING, 1, 1, '', undef), 'host' => setv(T_STRING, 1, 1, '', undef),