From 31645026dc675a5485c8ad38ef97f606fe8f4d7f Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 31 Dec 2023 17:51:18 +0100 Subject: [PATCH] better documentation --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 026ad03..e54d0cb 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -22,7 +22,7 @@ Restart=always # Details for these options: https://www.freedesktop.org/software/systemd/man/systemd.exec.html NoNewPrivileges=yes PrivateTmp=yes -#PrivateDevices=yes +#PrivateDevices=yes # Won't work on Raspberry Pi as documented here https://docs.joinpeertube.org/maintain/configuration#systemd-unit-with-reduced-privileges RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK RestrictNamespaces=yes RestrictRealtime=yes