diff options
| author | Luke Hoersten <[email protected]> | 2020-01-19 21:51:10 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-01-19 21:51:10 -0600 |
| commit | 9eb223531a017cca2c11a152ede197c8798b5684 (patch) | |
| tree | c3de1405e62aac525245871306178a78122e30b4 /roles/pleroma-otp/files | |
| parent | 41a43640aa1a26656c5a749fba95ec8fa3a3a868 (diff) | |
Got pleroma otp multi-instance working.
Diffstat (limited to 'roles/pleroma-otp/files')
| -rw-r--r-- | roles/pleroma-otp/files/[email protected] | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/pleroma-otp/files/[email protected] b/roles/pleroma-otp/files/[email protected] index 9de1f79..4967c63 100644 --- a/roles/pleroma-otp/files/[email protected] +++ b/roles/pleroma-otp/files/[email protected] @@ -9,8 +9,9 @@ WorkingDirectory=/opt/pleroma Environment="HOME=/opt/pleroma" Environment="PLEROMA_CONFIG_PATH=/etc/pleroma/%i.config.exs" Environment="PLUG_TMPDIR=/tmp/%i" +Environment="RELEASE_NODE=%[email protected]" -ExecStart=/opt/pleroma/bin/pleroma daemon +ExecStart=/opt/pleroma/bin/pleroma start ExecReload=/opt/pleroma/bin/pleroma stop KillMode=process |
