From 9e5050b2a9b41750a8c421af8bc9e01142d92249 Mon Sep 17 00:00:00 2001 From: sandro Date: Sun, 11 Dec 2022 02:06:33 +0100 Subject: [PATCH] Fix service start, allow to bind to port 23 --- telme10.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/telme10.service b/telme10.service index e0396ab..dadb0d6 100644 --- a/telme10.service +++ b/telme10.service @@ -6,7 +6,8 @@ After=local-fs.target User=telme10 Group=telme10 Type=simple -ExecStart=/usr/local/bin/telme10 +ExecStart=/usr/local/bin/telme10 [::]:23 +AmbientCapabilities=CAP_NET_BIND_SERVICE PrivateTmp=yes PrivateDevices=yes ProtectSystem=full