From 9f930ab9a9cf4e4da4ffc547dd01c3c262d18c16 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Tue, 26 Jan 2021 20:17:14 -0800 Subject: [PATCH] Bounding, not Binding --- pkg/ubuntu-20.04/lib/systemd/system/fireguard.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/ubuntu-20.04/lib/systemd/system/fireguard.service b/pkg/ubuntu-20.04/lib/systemd/system/fireguard.service index 6f8b57e46..02e2830e0 100644 --- a/pkg/ubuntu-20.04/lib/systemd/system/fireguard.service +++ b/pkg/ubuntu-20.04/lib/systemd/system/fireguard.service @@ -7,7 +7,7 @@ After=postgresql.service Restart=on-failure RestartSec=1 User=fireguard -CapabilityBindingSet=CAP_NET_ADMIN +CapabilityBoundingSet=CAP_NET_ADMIN EnvironmentFile=/opt/fireguard/config.env ExecStartPre=/opt/fireguard/bin/fireguard eval "FgHttp.Release.migrate" ExecStart=/opt/fireguard/bin/fireguard start