Browse Source

tor group

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

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

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