1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-08 17:51:57 +00:00

etc: Add a skeleton configuration structure

This patch adds an "etc" directory, with a basic configuration structure
that can be used for an initial installation.
This commit is contained in:
Alberto Bertogli
2016-10-26 23:54:41 +01:00
parent 3865dd0ea4
commit cf2b8ade65
9 changed files with 164 additions and 5 deletions

View File

@@ -0,0 +1,23 @@
[Unit]
Description=chasquid mail daemon (service)
Requires = chasquid-smtp.socket chasquid-submission.socket
[Service]
ExecStart = /usr/local/bin/chasquid \
# -v=3 \
# --log_dir=/var/log/chasquid/ \
# --alsologtostderr \
Type = simple
Restart = always
User = mail
Group = mail
# Simple security measures just in case.
ProtectSystem = full
[Install]
WantedBy = multi-user.target