From b31a934a804aed3f35442ceafe2080b0955e7317 Mon Sep 17 00:00:00 2001 From: dcc Date: Wed, 15 May 2024 00:57:23 -0700 Subject: total rebase --- rel/env.sh.eex | 0 rel/files/installation/init.d/pleroma | 1 + rel/files/installation/pleroma.service | 0 rel/vm.args.eex | 0 4 files changed, 1 insertion(+) mode change 100755 => 100644 rel/env.sh.eex mode change 100755 => 100644 rel/files/installation/pleroma.service mode change 100755 => 100644 rel/vm.args.eex (limited to 'rel') diff --git a/rel/env.sh.eex b/rel/env.sh.eex old mode 100755 new mode 100644 diff --git a/rel/files/installation/init.d/pleroma b/rel/files/installation/init.d/pleroma index dea1db2..ca5b842 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" diff --git a/rel/files/installation/pleroma.service b/rel/files/installation/pleroma.service old mode 100755 new mode 100644 diff --git a/rel/vm.args.eex b/rel/vm.args.eex old mode 100755 new mode 100644 -- cgit v1.2.3