bundlewrap/bundles/systemd/items.py

8 lines
158 B
Python
Raw Normal View History

actions = {
'systemd-reload': {
'command': '/usr/bin/systemctl daemon-reload',
'cascade_skip': False,
'triggered': True,
},
}