Proxmox Mail system

Juliano Silva

Well-Known Member
Oct 15, 2017
186
3
58
41
Hello

Can you help me solve this problem, my server pmg is offline

Hook command "/root/certbot-post-hook.sh" returned error code 1
Error output from certbot-post-hook.sh:
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
 
is the PMG setup as a lxc container?

It seems that:
* you have configured certbot as ACME certificate
* you have configured certbot to use /root/certbot-post-hook.sh at some point in it's deployment task
* the /root/certbot-post-hook.sh in the version you're having is not suited to run inside a container

put shortly:
* fix your certbot deployment - or maybe even simpler:
* use PMG's ACME implementation

I hope this helps!