bundlewrap/bundles/systemd
mwiegand 9db53faf23 wip
2021-07-13 16:23:47 +02:00
..
items.py wip 2021-07-13 16:23:47 +02:00
metadata.py wip 2021-07-13 16:17:38 +02:00
README.md wip 2021-07-13 14:45:27 +02:00

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': {
                },
            }
        }
    },
}