author | Luke Hoersten <luke@hoersten.org> |
Sat, 19 Jan 2019 13:32:43 -0600 | |
changeset 73 | 3e6344570822 |
parent 69 | be979818d483 |
child 74 | dc20ec78acdd |
permissions | -rw-r--r-- |
# {{ansible_managed}} [Unit] Description=Pleroma social network After=network.target postgresql.service [Service] User={{pleroma_user}} WorkingDirectory=/home/{{pleroma_user}}/pleroma Environment="HOME=/home/{{pleroma_user}}" Environment="MIX_ENV=prod" Environment="PLUG_TMPDIR=/tmp/{{pleroma_user}}" ExecStart=/usr/local/bin/mix phx.server ExecReload=/bin/kill $MAINPID KillMode=process Restart=on-failure [Install] WantedBy=multi-user.target