[Unit]
Description=Daily images update activities
After=network.target local-fs.target systemd-logind.service

[Service]
Type=oneshot
WorkingDirectory=%%host_install_dir
ExecStart=/usr/local/sbin/build_images
ExecStart=%%host_install_dir/backup %%host_name no
ExecStart=%%host_install_dir/install_machines %%host_name

[Install]
WantedBy=multi-user.target