Update README.md

pull/22/head
Daniel 5 months ago committed by GitHub
parent 7dcf4e4f3b
commit a869c12301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -161,8 +161,9 @@ curl -o /etc/systemd/system/wg-netns@.service https://raw.githubusercontent.com/
systemctl enable --now wg-netns@example.service
~~~
If you are using SELinux, you have to change the SELinux-Context-Label to e.g. to 'bin_t', otherwise the service will not find the executable:
~~~
If you are using SELinux, you have to change the SELinux context label, e.g. to `bin_t`, otherwise the service will not find the executable.
~~~ bash
chcon -t bin_t /root/.local/bin/wg-netns
~~~

Loading…
Cancel
Save