|  | 
 |  | 
 | 
												
													
														| 281 |      echo '' >> /etc/systemd/system/mailpile.service
 | 281 |      echo '' >> /etc/systemd/system/mailpile.service
 | 
												
													
														| 282 |      echo '[Service]' >> /etc/systemd/system/mailpile.service
 | 282 |      echo '[Service]' >> /etc/systemd/system/mailpile.service
 | 
												
													
														| 283 |      echo 'User=mailpile' >> /etc/systemd/system/mailpile.service
 | 283 |      echo 'User=mailpile' >> /etc/systemd/system/mailpile.service
 | 
												
													
														| 284 | -    echo 'Group=mailpile' >> /etc/systemd/system/mailpile.service
 |  | 
 | 
												
													
														|  | 
 | 284 | +    echo 'Group=debian-tor' >> /etc/systemd/system/mailpile.service
 | 
												
													
														| 285 |      echo "WorkingDirectory=/var/www/$MAILPILE_DOMAIN_NAME/mail" >> /etc/systemd/system/mailpile.service
 | 285 |      echo "WorkingDirectory=/var/www/$MAILPILE_DOMAIN_NAME/mail" >> /etc/systemd/system/mailpile.service
 | 
												
													
														| 286 |      echo "ExecStart=/var/www/$MAILPILE_DOMAIN_NAME/mail/mp --www=0.0.0.0:${MAILPILE_PORT} --wait" >> /etc/systemd/system/mailpile.service
 | 286 |      echo "ExecStart=/var/www/$MAILPILE_DOMAIN_NAME/mail/mp --www=0.0.0.0:${MAILPILE_PORT} --wait" >> /etc/systemd/system/mailpile.service
 | 
												
													
														| 287 |      echo 'Restart=always' >> /etc/systemd/system/mailpile.service
 | 287 |      echo 'Restart=always' >> /etc/systemd/system/mailpile.service
 |