tor group
This commit is contained in:
parent
f2d5af32dc
commit
b03c7732da
|
@ -281,7 +281,7 @@ function install_mailpile {
|
||||||
echo '' >> /etc/systemd/system/mailpile.service
|
echo '' >> /etc/systemd/system/mailpile.service
|
||||||
echo '[Service]' >> /etc/systemd/system/mailpile.service
|
echo '[Service]' >> /etc/systemd/system/mailpile.service
|
||||||
echo 'User=mailpile' >> /etc/systemd/system/mailpile.service
|
echo 'User=mailpile' >> /etc/systemd/system/mailpile.service
|
||||||
echo 'Group=mailpile' >> /etc/systemd/system/mailpile.service
|
echo 'Group=debian-tor' >> /etc/systemd/system/mailpile.service
|
||||||
echo "WorkingDirectory=/var/www/$MAILPILE_DOMAIN_NAME/mail" >> /etc/systemd/system/mailpile.service
|
echo "WorkingDirectory=/var/www/$MAILPILE_DOMAIN_NAME/mail" >> /etc/systemd/system/mailpile.service
|
||||||
echo "ExecStart=/var/www/$MAILPILE_DOMAIN_NAME/mail/mp --www=0.0.0.0:${MAILPILE_PORT} --wait" >> /etc/systemd/system/mailpile.service
|
echo "ExecStart=/var/www/$MAILPILE_DOMAIN_NAME/mail/mp --www=0.0.0.0:${MAILPILE_PORT} --wait" >> /etc/systemd/system/mailpile.service
|
||||||
echo 'Restart=always' >> /etc/systemd/system/mailpile.service
|
echo 'Restart=always' >> /etc/systemd/system/mailpile.service
|
||||||
|
|
Loading…
Reference in New Issue