aboutsummaryrefslogtreecommitdiff
path: root/docs/installation_1/pleroma.supervisord
diff options
context:
space:
mode:
authordcc <dcc@logografos.com>2024-05-15 00:57:23 -0700
committerdcc <dcc@logografos.com>2024-05-15 00:57:23 -0700
commitb31a934a804aed3f35442ceafe2080b0955e7317 (patch)
tree947b13a0388ecea81e05dd980baa10f7546860b9 /docs/installation_1/pleroma.supervisord
parentea33a0d3427f8b30b82a6ddbc0ff7429cfaf8d91 (diff)
downloadanni-master.tar.gz
anni-master.tar.bz2
anni-master.zip
total rebaseHEADmaster
Diffstat (limited to 'docs/installation_1/pleroma.supervisord')
-rwxr-xr-xdocs/installation_1/pleroma.supervisord21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/installation_1/pleroma.supervisord b/docs/installation_1/pleroma.supervisord
deleted file mode 100755
index 19efffd..0000000
--- a/docs/installation_1/pleroma.supervisord
+++ /dev/null
@@ -1,21 +0,0 @@
-; Assumes pleroma is installed in /home/pleroma/pleroma and running as the pleroma user
-; Also assumes mix is in /usr/bin, this might differ on BSDs or niche Linux distros
-; Logs into /home/pleroma/logs
-[program:pleroma]
-command=/usr/bin/mix phx.server
-directory=/home/pleroma/pleroma
-autostart=true
-autorestart=true
-user=pleroma
-environment =
- MIX_ENV=prod,
- HOME=/home/pleroma,
- USER=pleroma,
- PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/pleroma/bin:%(ENV_PATH)s",
- PWD=/home/pleroma/pleroma
-stdout_logfile=/home/pleroma/logs/stdout.log
-stdout_logfile_maxbytes=50MB
-stdout_logfile_backups=10
-stderr_logfile=/home/pleroma/logs/stderr.log
-stderr_logfile_maxbytes=50MB
-stderr_logfile_backups=10 \ No newline at end of file