collectd: Start after install
The *collectd.service* unit is now starged automatically after it is installed on first boot.master
parent
ac6c31c5d8
commit
bdeb44ae36
|
@ -4,7 +4,7 @@ version: 1.4.0
|
||||||
ignition:
|
ignition:
|
||||||
config:
|
config:
|
||||||
merge:
|
merge:
|
||||||
- local: packages.yaml
|
- local: packages.ign
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
files:
|
files:
|
||||||
|
@ -73,6 +73,10 @@ storage:
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
||||||
|
links:
|
||||||
|
- path: /etc/systemd/system/after-install.target.wants/collectd.service
|
||||||
|
target: /usr/lib/systemd/system/collectd.service
|
||||||
|
|
||||||
systemd:
|
systemd:
|
||||||
units:
|
units:
|
||||||
- name: collectd.service
|
- name: collectd.service
|
||||||
|
|
Loading…
Reference in New Issue