Slide 28
Slide 28 text
systemd
[Unit]
Description={{.hostname}}
[Service]
KillMode=mixed
Restart=always
ExecStart=/opt/bin/rkt run \
--hostname={{.hostname}} \
--set-env=TEMPLATER_OVERRIDE='{{.attributes}}' \
--volume=data,kind=host,source=/data/{{.hostname}} \
{{.acis}}
▾
fleet
▾
ggn