mirror of
https://github.com/chatmail/relay.git
synced 2026-05-17 14:38:58 +00:00
Move systemd unit templates to cmdeploy
They are part of deployment rather than service itself. Different deployments may have different users, filesystem layout etc.
This commit is contained in:
10
cmdeploy/src/cmdeploy/service/doveauth.service.f
Normal file
10
cmdeploy/src/cmdeploy/service/doveauth.service.f
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Chatmail dict authentication proxy for dovecot
|
||||
|
||||
[Service]
|
||||
ExecStart={execpath} /run/dovecot/doveauth.socket vmail /home/vmail/passdb.sqlite {config_path}
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user