Bob Mottram 8 年 前
コミット
b03c7732da
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-app-mailpile

+ 1
- 1
src/freedombone-app-mailpile ファイルの表示

@@ -281,7 +281,7 @@ function install_mailpile {
281 281
     echo '' >> /etc/systemd/system/mailpile.service
282 282
     echo '[Service]' >> /etc/systemd/system/mailpile.service
283 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 285
     echo "WorkingDirectory=/var/www/$MAILPILE_DOMAIN_NAME/mail" >> /etc/systemd/system/mailpile.service
286 286
     echo "ExecStart=/var/www/$MAILPILE_DOMAIN_NAME/mail/mp --www=0.0.0.0:${MAILPILE_PORT} --wait" >> /etc/systemd/system/mailpile.service
287 287
     echo 'Restart=always' >> /etc/systemd/system/mailpile.service