diff --git a/Shorewall-core/configure.pl b/Shorewall-core/configure.pl index cd898b01b..0e4d660e1 100755 --- a/Shorewall-core/configure.pl +++ b/Shorewall-core/configure.pl @@ -107,8 +107,8 @@ if ( defined $vendor ) { if ( -f '/etc/debian_version' ) { $vendor = 'debian'; if ( -l '/sbin/init' ) { - if ( readlink '/sbin/init' =~ /systemd/ ) { - $rcfilename = 'debian.systemd'; + if ( readlink( '/sbin/init' ) =~ /systemd/ ) { + $rcfilename = 'shorewallrc.debian.systemd'; } else { $rcfilename = 'shorewallrc.debian.sysvinit'; }