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 = {
|
files = {
|
||||||
'/etc/systemd/system/vnstati.service': {},
|
'/etc/systemd/system/vnstati.service': {
|
||||||
'/etc/systemd/system/vnstati.timer': {},
|
'triggers': {
|
||||||
|
'action:systemd-reload',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'/etc/systemd/system/vnstati.timer': {
|
||||||
|
'triggers': {
|
||||||
|
'action:systemd-reload',
|
||||||
|
},
|
||||||
|
},
|
||||||
'/etc/vnstat.conf': {
|
'/etc/vnstat.conf': {
|
||||||
'content_type': 'mako',
|
'content_type': 'mako',
|
||||||
'context': node.metadata['vnstat'],
|
'context': node.metadata['vnstat'],
|
||||||
|
|
Loading…
Reference in a new issue