diff --git a/Shorewall/shorewall.service b/Shorewall/shorewall.service index db1bb9483..80f6e51eb 100644 --- a/Shorewall/shorewall.service +++ b/Shorewall/shorewall.service @@ -16,6 +16,7 @@ EnvironmentFile=-/etc/sysconfig/shorewall StandardOutput=syslog ExecStart=/sbin/shorewall $OPTIONS start $STARTOPTIONS ExecStop=/sbin/shorewall $OPTIONS stop +ExecReload=/sbin/shorewall $OPTIONS reload $RELOADOPTIONS [Install] WantedBy=basic.target diff --git a/Shorewall/shorewall.service.214 b/Shorewall/shorewall.service.214 index db1bb9483..80f6e51eb 100644 --- a/Shorewall/shorewall.service.214 +++ b/Shorewall/shorewall.service.214 @@ -16,6 +16,7 @@ EnvironmentFile=-/etc/sysconfig/shorewall StandardOutput=syslog ExecStart=/sbin/shorewall $OPTIONS start $STARTOPTIONS ExecStop=/sbin/shorewall $OPTIONS stop +ExecReload=/sbin/shorewall $OPTIONS reload $RELOADOPTIONS [Install] WantedBy=basic.target diff --git a/Shorewall6/shorewall6.service b/Shorewall6/shorewall6.service index 70aa0e430..6c8d5d664 100644 --- a/Shorewall6/shorewall6.service +++ b/Shorewall6/shorewall6.service @@ -16,6 +16,7 @@ EnvironmentFile=-/etc/sysconfig/shorewall6 StandardOutput=syslog ExecStart=/sbin/shorewall6 $OPTIONS start $STARTOPTIONS ExecStop=/sbin/shorewall6 $OPTIONS stop +ExecReload=/sbin/shorewall6 $OPTIONS reload $RELOADOPTIONS [Install] WantedBy=basic.target diff --git a/Shorewall6/shorewall6.service.214 b/Shorewall6/shorewall6.service.214 index 70aa0e430..6c8d5d664 100644 --- a/Shorewall6/shorewall6.service.214 +++ b/Shorewall6/shorewall6.service.214 @@ -16,6 +16,7 @@ EnvironmentFile=-/etc/sysconfig/shorewall6 StandardOutput=syslog ExecStart=/sbin/shorewall6 $OPTIONS start $STARTOPTIONS ExecStop=/sbin/shorewall6 $OPTIONS stop +ExecReload=/sbin/shorewall6 $OPTIONS reload $RELOADOPTIONS [Install] WantedBy=basic.target