1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-23 15:37:01 +00:00
Files
go-chasquid-smtp/etc/systemd/system/chasquid.service
Alberto Bertogli cf2b8ade65 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.
2016-11-01 23:56:04 +00:00

24 lines
385 B
Desktop File

[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