瀏覽代碼

tor group

Bob Mottram 9 年之前
父節點
當前提交
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