|
@@ -285,7 +285,7 @@ function install_mailpile {
|
285
|
285
|
echo '' >> /etc/systemd/system/mailpile.service
|
286
|
286
|
echo '[Service]' >> /etc/systemd/system/mailpile.service
|
287
|
287
|
echo 'User=mailpile' >> /etc/systemd/system/mailpile.service
|
288
|
|
- echo 'Group=debian-tor' >> /etc/systemd/system/mailpile.service
|
|
288
|
+ echo 'Group=mailpile' >> /etc/systemd/system/mailpile.service
|
289
|
289
|
echo "WorkingDirectory=/var/www/$MAILPILE_DOMAIN_NAME/mail" >> /etc/systemd/system/mailpile.service
|
290
|
290
|
echo "ExecStart=/var/www/$MAILPILE_DOMAIN_NAME/mail/mp --www=0.0.0.0:${MAILPILE_PORT} --wait" >> /etc/systemd/system/mailpile.service
|
291
|
291
|
echo 'Restart=always' >> /etc/systemd/system/mailpile.service
|