dataset/seed/host-systemd-machined/templates/risotto-images.service
2022-10-01 19:13:56 +02:00

13 lines
356 B
Desktop File

[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