diff options
author | lain <lain@soykaf.club> | 2023-06-13 13:34:21 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2023-06-13 13:34:21 +0000 |
commit | 589301ce0655c5a31d037f27fc1767e6dffb5381 (patch) | |
tree | e0c6ec7b924213fe1dcf6b057cfd37a6660762f1 /installation | |
parent | fdb5bec431ad815263bae542324257a8ca29d81e (diff) | |
parent | a663b73634ddf355827051cc139c0159f8eb794b (diff) | |
download | pleroma-589301ce0655c5a31d037f27fc1767e6dffb5381.tar.gz pleroma-589301ce0655c5a31d037f27fc1767e6dffb5381.zip |
Merge branch 'no_new_privs' into 'develop'
Add no_new_privs to OpenRC service files
See merge request pleroma/pleroma!3905
Diffstat (limited to 'installation')
-rwxr-xr-x | installation/init.d/pleroma | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installation/init.d/pleroma b/installation/init.d/pleroma index 384536f7e..cb6635a0b 100755 --- a/installation/init.d/pleroma +++ b/installation/init.d/pleroma @@ -8,6 +8,7 @@ pidfile="/var/run/pleroma.pid" directory=/opt/pleroma healthcheck_delay=60 healthcheck_timer=30 +no_new_privs="yes" : ${pleroma_port:-4000} |