Fix service start, allow to bind to port 23

This commit is contained in:
Sandro - 2022-12-11 02:06:33 +01:00
parent 5962266909
commit 9e5050b2a9
1 changed files with 2 additions and 1 deletions

View File

@ -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