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:
link2xt
2024-03-28 15:21:36 +00:00
committed by holger krekel
parent c640087498
commit 3a50d82657
5 changed files with 4 additions and 2 deletions

View 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