From ee9f955997b4630e3fad7b523cbf1e4709d5ab57 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 Nov 2019 09:06:25 +0100 Subject: Remove use of a private tmp directory Causes some issues when importing a file etc --- support/systemd/peertube.service | 3 --- 1 file changed, 3 deletions(-) diff --git a/support/systemd/peertube.service b/support/systemd/peertube.service index fba644788..cf4e7b417 100644 --- a/support/systemd/peertube.service +++ b/support/systemd/peertube.service @@ -16,9 +16,6 @@ SyslogIdentifier=peertube Restart=always ; Some security directives. -; Use private /tmp and /var/tmp folders inside a new file system namespace, -; which are discarded after the process stops. -PrivateTmp=true ; Mount /usr, /boot, and /etc as read-only for processes invoked by this service. ProtectSystem=full ; Sets up a new /dev mount for the process and only adds API pseudo devices -- cgit v1.2.3