When using runit if logstash_service gets notified it will always try to enable the service first (creating some templates, etc) because runit's default_action is enable.
This change makes it so that we override the defaut_action when the resource is created. Then we can call whatever action on the created ressource.
When using runit if logstash_service gets notified it will always try to enable the service first (creating some templates, etc) because runit's default_action is enable.
This change makes it so that we override the defaut_action when the resource is created. Then we can call whatever action on the created ressource.