diff options
author | Chocobozzz <me@florianbigard.com> | 2019-11-13 09:21:32 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-11-13 09:21:32 +0100 |
commit | f0c0c0abd88d0177f8be769f12d5affcacd934e8 (patch) | |
tree | 78e92eea650754e4fc6a95de8fcb807a8888ae18 /support | |
parent | fe02503052013ca1675aad4ee1eb4a35c2f8359f (diff) | |
parent | 9bdcf6248fb59f847d5de32defa923c8236656f6 (diff) | |
download | PeerTube-f0c0c0abd88d0177f8be769f12d5affcacd934e8.tar.gz PeerTube-f0c0c0abd88d0177f8be769f12d5affcacd934e8.tar.zst PeerTube-f0c0c0abd88d0177f8be769f12d5affcacd934e8.zip |
Merge branch 'release/2.0.0' into develop
Diffstat (limited to 'support')
-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 |