1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

remove RestrictAddressFamilies because it is causing peeertube to fail with error "uv_interface_addresses returned Unknown system error 97"

This commit is contained in:
Lab 8916100448256 2021-12-23 01:40:52 +01:00
parent 69a4883448
commit 05151573d0

View file

@ -23,7 +23,8 @@ Restart=always
NoNewPrivileges=yes
PrivateTmp=yes
PrivateDevices=yes
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
# RestrictAddressFamilies is causing peeertube to fail with error "uv_interface_addresses returned Unknown system error 97"
# RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
RestrictNamespaces=yes
RestrictRealtime=yes
DevicePolicy=closed