feat(lego): Add cap_net_bind capabilities to systemd unit
This commit is contained in:
parent
96f5da9bf6
commit
5f4fbd492c
@ -7,6 +7,7 @@ EnvironmentFile={{ lego_base_path }}/%i.conf
|
|||||||
User={{ lego_systemd_user }}
|
User={{ lego_systemd_user }}
|
||||||
Group={{ lego_systemd_group }}
|
Group={{ lego_systemd_group }}
|
||||||
ExecStart={{ lego_base_path }}/run.sh
|
ExecStart={{ lego_base_path }}/run.sh
|
||||||
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=basic.target
|
WantedBy=basic.target
|
||||||
|
Loading…
Reference in New Issue
Block a user