summarylogtreecommitdiffstats
path: root/stalwart.service
blob: 62b6fbb6481026e9c650e29fafd386c01b4596a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Stalwart Mail Server Server
Conflicts=postfix.service sendmail.service exim4.service
After=network-online.target
 
[Service]
Type=simple
LimitNOFILE=65536
KillMode=process
KillSignal=SIGINT
Restart=on-failure
RestartSec=5
ExecStart=/usr/bin/stalwart-mail --config=/etc/stalwart/config.toml
PermissionsStartOnly=true
 
[Install]
WantedBy=multi-user.target