From: Chocobozzz Date: Wed, 13 Nov 2019 08:06:25 +0000 (+0100) Subject: Remove use of a private tmp directory X-Git-Tag: v2.1.0-rc.1~355^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ee9f955997b4630e3fad7b523cbf1e4709d5ab57;p=oweals%2Fpeertube.git Remove use of a private tmp directory Causes some issues when importing a file etc --- 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