forked from stove/dataset
13 lines
322 B
SYSTEMD
13 lines
322 B
SYSTEMD
|
[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/install_machines %%host_name
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|