dataset/seed/host-systemd-machined/templates/risotto-images.service
Emmanuel Garette 4d98ec14f1 backup
2022-07-05 09:27:03 +02:00

13 lines
373 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=%%host_install_dir/install_images %%host_name
ExecStart=%%host_install_dir/backup %%host_name no
ExecStart=%%host_install_dir/install_machines %%host_name
[Install]
WantedBy=multi-user.target