author | Luke Hoersten <luke@hoersten.org> |
Sat, 19 Jan 2019 13:45:58 -0600 | |
changeset 74 | dc20ec78acdd |
parent 69 | be979818d483 |
child 78 | 18b6a82be777 |
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/bin/mix phx.server ExecReload=/bin/kill $MAINPID KillMode=process Restart=on-failure [Install] WantedBy=multi-user.target