#!/bin/bash check() { # Tell dracut that this module should only be included if it is required # explicitly. return 255 } depends() { echo dnbd3-rootfs } install() { # config.tgz unpacking happens in pre-pivot/90 slx_service "s3-ssl-sat" "Enable SSL communication with Satellite Server" \ --after "s3-unpack-config-tgz.service" \ --requires "s3-unpack-config-tgz.service" \ --before "s3-copy-network-files.service" }