bundles/vnstat: changes in systemd unit files must trigger daemon-reload
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
dca56140aa
commit
e809ed4859
1 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,14 @@
|
|||
files = {
|
||||
'/etc/systemd/system/vnstati.service': {},
|
||||
'/etc/systemd/system/vnstati.timer': {},
|
||||
'/etc/systemd/system/vnstati.service': {
|
||||
'triggers': {
|
||||
'action:systemd-reload',
|
||||
},
|
||||
},
|
||||
'/etc/systemd/system/vnstati.timer': {
|
||||
'triggers': {
|
||||
'action:systemd-reload',
|
||||
},
|
||||
},
|
||||
'/etc/vnstat.conf': {
|
||||
'content_type': 'mako',
|
||||
'context': node.metadata['vnstat'],
|
||||
|
|
Loading…
Reference in a new issue