diff options
author | Mark Felder <feld@feld.me> | 2023-11-07 16:05:04 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2023-11-07 16:05:04 -0500 |
commit | a0e08c6ec21b724432ac77eb395a18e6f8e2a093 (patch) | |
tree | 879947cf9b932c2c312b604d8768bc7e472234e1 /rel/files/installation/init.d | |
parent | 63ef1dcedca7fb315f611388e477d3847d1acaa1 (diff) | |
parent | 11c520607fcb2bf5b8323d1b22b3123acf12efe1 (diff) | |
download | pleroma-a0e08c6ec21b724432ac77eb395a18e6f8e2a093.tar.gz pleroma-a0e08c6ec21b724432ac77eb395a18e6f8e2a093.zip |
Merge branch 'develop' into phoenix1.7
Diffstat (limited to 'rel/files/installation/init.d')
-rwxr-xr-x | rel/files/installation/init.d/pleroma | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rel/files/installation/init.d/pleroma b/rel/files/installation/init.d/pleroma index dea1db26c..ca5b842e1 100755 --- a/rel/files/installation/init.d/pleroma +++ b/rel/files/installation/init.d/pleroma @@ -9,6 +9,7 @@ command=/opt/pleroma/bin/pleroma command_args="start" command_user=pleroma command_background=1 +no_new_privs="yes" # Ask process to terminate within 30 seconds, otherwise kill it retry="SIGTERM/30/SIGKILL/5" |