Compare commits

..

2 Commits

Author SHA1 Message Date
9d9f89881d Improve config file handling
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-02-23 22:03:25 +01:00
ee67f7883e Rename to l4p, update references and README.md
Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-02-23 22:03:25 +01:00

View File

@ -1,5 +1,5 @@
[Unit]
Description=Fourth - Layer 4 proxy
Description=l4p - Layer 4 proxy
After=network-online.target
Wants=network-online.target
@ -11,9 +11,9 @@ WantedBy=default.target
Type=simple
# Allow read-only access to the config directory
ReadOnlyPaths=/etc/fourth
ReadOnlyPaths=/etc/l4p
# Path to the binary
ExecStart=/usr/local/bin/fourth
ExecStart=/usr/local/bin/l4p
# Needs CAP_NET_BIND_SERVICE in order to bind to lower ports
# When using ports above 1024, these should be made empty