2023-06-20 21:45:14 -04:00
|
|
|
# mail4one.service
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Personal Mail server
|
|
|
|
Documentation=https://gitea.balki.me/balki/mail4one
|
|
|
|
After=network.target network-online.target
|
|
|
|
Requires=network-online.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=mail4one
|
|
|
|
ExecStart=/usr/local/bin/mail4one --config /etc/mail4one/config.json
|
|
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
|
|
|
2023-06-24 20:12:20 -04:00
|
|
|
StateDirectory=mail4one/certs mail4one/mails
|
|
|
|
StateDirectoryMode=0750
|
|
|
|
UMask=
|
2023-06-20 21:45:14 -04:00
|
|
|
LogsDirectory=mail4one
|
|
|
|
WorkingDirectory=/var/lib/mail4one
|
2023-06-24 20:12:20 -04:00
|
|
|
|
|
|
|
ProtectSystem=strict
|
|
|
|
PrivateTmp=true
|
|
|
|
PrivateUsers=true
|
2023-06-20 21:45:14 -04:00
|
|
|
ProtectHome=yes
|
2023-06-24 20:12:20 -04:00
|
|
|
NoNewPrivileges=yes
|
2023-06-20 21:45:14 -04:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|