Remove alias directive in service file
[akkoma] / installation / pleroma.service
1 [Unit]
2 Description=Pleroma social network
3 After=network.target postgresql.service
4
5 [Service]
6 User=pleroma
7 WorkingDirectory=/home/pleroma/pleroma
8 Environment="HOME=/home/pleroma"
9 ExecStart=/usr/local/bin/mix phx.server
10 ExecReload=/bin/kill $MAINPID
11 KillMode=process
12 Restart=on-failure
13
14 [Install]
15 WantedBy=multi-user.target