Browse Source

Restart the mailpile daemon after upgrades

Bob Mottram 7 years ago
parent
commit
a4b1a7903d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-app-mailpile

+ 1
- 0
src/freedombone-app-mailpile View File

@@ -105,6 +105,7 @@ function upgrade_mailpile {
105 105
     pip install -r requirements.txt
106 106
 
107 107
     chown -R mailpile:mailpile "/var/www/$MAILPILE_DOMAIN_NAME/mail"
108
+    systemctl restart mailpile
108 109
 }
109 110
 
110 111
 function backup_local_mailpile {