ferm: reload rules on updates instead of restart

This commit is contained in:
Jörg Thalheim 2016-12-09 08:30:17 +01:00
parent b217c0a99b
commit ebd85b632a
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -51,6 +51,7 @@ in {
before = [ "network-pre.target" ];
wants = [ "network-pre.target" ];
wantedBy = [ "multi-user.target" ];
reloadIfChanged = true;
serviceConfig = {
Type="oneshot";
RemainAfterExit = "yes";