mailpile
This commit is contained in:
parent
87baedc1ee
commit
17623bd26b
|
@ -190,8 +190,8 @@ function install_mailpile {
|
|||
echo 'After=syslog.target network.target nginx.target' >> /etc/systemd/system/mailpile.service
|
||||
echo '' >> /etc/systemd/system/mailpile.service
|
||||
echo '[Service]' >> /etc/systemd/system/mailpile.service
|
||||
echo 'User=mailpile' >> /etc/systemd/system/etherpad.service
|
||||
echo 'Group=mailpile' >> /etc/systemd/system/etherpad.service
|
||||
echo 'User=mailpile' >> /etc/systemd/system/mailpile.service
|
||||
echo 'Group=mailpile' >> /etc/systemd/system/mailpile.service
|
||||
echo "WorkingDirectory=/var/www/$MAILPILE_DOMAIN_NAME/htdocs" >> /etc/systemd/system/mailpile.service
|
||||
echo "ExecStart=/var/www/$MAILPILE_DOMAIN_NAME/htdocs/mp --www=0.0.0.0:${MAILPILE_PORT} --wait" >> /etc/systemd/system/mailpile.service
|
||||
echo 'Restart=always' >> /etc/systemd/system/mailpile.service
|
||||
|
|
Loading…
Reference in New Issue