diff options
author | Chocobozzz <me@florianbigard.com> | 2019-11-13 09:06:25 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-11-13 09:07:01 +0100 |
commit | ee9f955997b4630e3fad7b523cbf1e4709d5ab57 (patch) | |
tree | 08ed50f336a2ddaeaa5189b7a9c89d7c50d4052e /support/systemd | |
parent | a4610bc6880b923b38cc9dc109ab7bf85f826eae (diff) | |
download | PeerTube-ee9f955997b4630e3fad7b523cbf1e4709d5ab57.tar.gz PeerTube-ee9f955997b4630e3fad7b523cbf1e4709d5ab57.tar.zst PeerTube-ee9f955997b4630e3fad7b523cbf1e4709d5ab57.zip |
Remove use of a private tmp directory
Causes some issues when importing a file etc
Diffstat (limited to 'support/systemd')
-rw-r--r-- | support/systemd/peertube.service | 3 |
1 files changed, 0 insertions, 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 | |||
16 | Restart=always | 16 | Restart=always |
17 | 17 | ||
18 | ; Some security directives. | 18 | ; Some security directives. |
19 | ; Use private /tmp and /var/tmp folders inside a new file system namespace, | ||
20 | ; which are discarded after the process stops. | ||
21 | PrivateTmp=true | ||
22 | ; Mount /usr, /boot, and /etc as read-only for processes invoked by this service. | 19 | ; Mount /usr, /boot, and /etc as read-only for processes invoked by this service. |
23 | ProtectSystem=full | 20 | ProtectSystem=full |
24 | ; Sets up a new /dev mount for the process and only adds API pseudo devices | 21 | ; Sets up a new /dev mount for the process and only adds API pseudo devices |