diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-05-29 11:24:22 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-05-29 11:39:07 -0500 |
commit | facb75079800d975c0141b84e55cf0d52d4a2b81 (patch) | |
tree | a302f125e906ce2f6016571ff51537711c2f2038 /installation/pleroma.service | |
parent | 8871ca5aa35e9533e57b4a15420687869378a981 (diff) | |
download | pleroma-docs-asdf.tar.gz |
Docs: install from source with asdfdocs-asdf
Diffstat (limited to 'installation/pleroma.service')
-rw-r--r-- | installation/pleroma.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installation/pleroma.service b/installation/pleroma.service index 8338228d8..811f1e129 100644 --- a/installation/pleroma.service +++ b/installation/pleroma.service @@ -18,7 +18,8 @@ Environment="HOME=/var/lib/pleroma" ; Path to the folder containing the Pleroma installation. WorkingDirectory=/opt/pleroma ; Path to the Mix binary. -ExecStart=/usr/bin/mix phx.server +Environment="PATH=/var/lib/pleroma/.asdf/shims:/var/lib/pleroma/.asdf/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" +ExecStart=/var/lib/pleroma/.asdf/shims/mix phx.server ; Some security directives. ; Use private /tmp and /var/tmp folders inside a new file system namespace, which are discarded after the process stops. |