diff --git a/mailcow-cert-push.service b/mailcow-cert-push.service new file mode 100644 index 0000000..0cc4ba1 --- /dev/null +++ b/mailcow-cert-push.service @@ -0,0 +1,8 @@ +[Unit] +Description=Push NPM Let's Encrypt cert to mailcow VM +After=network-online.target +Wants=network-online.target + +[Service] +Type=oneshot +ExecStart=/root/push-mailcow-cert.sh \ No newline at end of file