Update pleroma.service for asdf
This commit is contained in:
parent
43f1278654
commit
28840d2f31
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue