bundlewrap/bundles/systemd/README.md
mwiegand 7fd587e51a wip
2021-07-13 14:45:27 +02:00

503 B

SYSTEMD

metadata

{
    'systemd': {
        'units': {
            'test.service': {
                # optional: will be derived from unit extension
                'path': '/etc/systemd/system/test.service',
                # content of the unit file
                'content': {
                },
                # bw item data
                # applies to unitfile and svc_systemd aswell, if present
                'item': {
                },
            }
        }
    },
}