1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +00:00
Files
go-chasquid-smtp/etc/systemd/system/chasquid-smtp.socket
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

12 lines
167 B
SYSTEMD

[Unit]
Description=chasquid mail daemon (SMTP sockets)
[Socket]
ListenStream=25
FileDescriptorName=smtp
Service=chasquid.service
[Install]
WantedBy=chasquid.target