nixcloud-webservices
nixcloud-webservices copied to clipboard
$service-$name-apache.service is started, despite failing $service-$name-webserver-init.service
How to reproduce:
Implement a webservice with:
webserver.variant = "apache";
and
webserver.startupScript = "exit 1";
Even though $service-$name-webserver-init.service
will fail now expectedly due to exit 1
, $service-$name-apache.service
will start nonetheless.