Kaynağa Gözat

Restart the mailpile daemon after upgrades

Bob Mottram 7 yıl önce
ebeveyn
işleme
a4b1a7903d
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      src/freedombone-app-mailpile

+ 1
- 0
src/freedombone-app-mailpile Dosyayı Görüntüle

@@ -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 {