Skip to content

Commit

Permalink
chatmaild: fix umask for doveauth + metadata
Browse files Browse the repository at this point in the history
fix #453
  • Loading branch information
missytake committed Feb 16, 2025
1 parent 5633582 commit e6ea943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmdeploy/src/cmdeploy/service/chatmail-metadata.service.f
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
RestartSec=30
User=vmail
RuntimeDirectory=chatmail-metadata
UMask=0700

[Install]
WantedBy=multi-user.target
1 change: 1 addition & 0 deletions cmdeploy/src/cmdeploy/service/doveauth.service.f
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
RestartSec=30
User=vmail
RuntimeDirectory=doveauth
UMask=0700

[Install]
WantedBy=multi-user.target

0 comments on commit e6ea943

Please sign in to comment.