mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Update systemd.service
disabling ProtectHome since install script puts pleroma datadir in /home
This commit is contained in:
parent
39c0ec5838
commit
fa0d01883c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ ExecStop=__FINALPATH__/__APP__/bin/pleroma stop
|
|||
; Use private /tmp and /var/tmp folders inside a new file system namespace, which are discarded after the process stops.
|
||||
PrivateTmp=true
|
||||
; The /home, /root, and /run/user folders can not be accessed by this service anymore. If your Pleroma user has its home folder in one of the restricted places, or use one of these folders as its working directory, you have to set this to false.
|
||||
ProtectHome=true
|
||||
ProtectHome=false
|
||||
; 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 like /dev/null, /dev/zero or /dev/random but not physical devices. Disabled by default because it may not work on devices like the Raspberry Pi.
|
||||
|
|
Loading…
Add table
Reference in a new issue