Remove use of a private tmp directory
authorChocobozzz <me@florianbigard.com>
Wed, 13 Nov 2019 08:06:25 +0000 (09:06 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 13 Nov 2019 08:07:01 +0000 (09:07 +0100)
Causes some issues when importing a file etc

support/systemd/peertube.service

index fba644788dc08edace817d455cb514d7485c8159..cf4e7b417a5027f9e9020740631b533908c15f96 100644 (file)
@@ -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