bundles/systemd: ensure we have systemd-timesyncd installed and running
This commit is contained in:
parent
28b235514a
commit
a9d4cc73c1
2 changed files with 15 additions and 0 deletions
11
bundles/systemd/metadata.py
Normal file
11
bundles/systemd/metadata.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'systemd-timesyncd': {
|
||||
'needed_by': {
|
||||
'svc_systemd:systemd-timesyncd',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue