author | Luke Hoersten <luke@hoersten.org> |
Wed, 02 Jan 2019 23:24:27 -0600 | |
changeset 68 | 6024861525db |
parent 67 | bd34ae082697 |
child 69 | be979818d483 |
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" ExecStart=/usr/local/bin/mix phx.server ExecReload=/bin/kill $MAINPID KillMode=process Restart=on-failure [Install] WantedBy=multi-user.target