mirror of
https://github.com/chatmail/relay.git
synced 2026-09-10 17:33:13 +00:00
* tests: fix test_remote[imap] * cmdeploy: call LocalExec directly, not .logged() * tests: fix TestSSHExecutor.test_logged * tests: fix test_status_cmd with --ssh-host @local * tests: fix test_logged with --ssh-host localhost * tests: fix TestSSHExecutor::test_exception with --ssh-host localhost * ci: deploy with --ssh-host localhost on staging-ipv4 * metadata: lower RestartSec
14 lines
265 B
FortranFixed
14 lines
265 B
FortranFixed
[Unit]
|
|
Description=Chatmail dict proxy for IMAP METADATA
|
|
|
|
[Service]
|
|
ExecStart={execpath} /run/chatmail-metadata/metadata.socket {config_path}
|
|
Restart=always
|
|
RestartSec=5
|
|
User=vmail
|
|
RuntimeDirectory=chatmail-metadata
|
|
UMask=0077
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|