mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-20 15:07:03 +00:00
systemd files should not have spaces around the "=", as apparently that causes problems due to bad parsers.
24 lines
369 B
Desktop File
24 lines
369 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
|
|
|