mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 17:34:38 +00:00
9 lines
202 B
Desktop File
9 lines
202 B
Desktop File
[Unit]
|
|
Description=Check TLS certificate changes and reload services
|
|
After=chatmail-init.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash /chatmail-certmon.sh
|
|
PassEnvironment=MAIL_DOMAIN PATH_TO_SSL
|