2022-05-21 18:49:06 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Daily images update activities
|
|
|
|
After=network.target local-fs.target systemd-logind.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2022-10-19 21:31:06 +02:00
|
|
|
ExecStart=/usr/local/sbin/backup_images no
|
|
|
|
ExecStart=/usr/local/sbin/update_images
|
2022-05-21 18:49:06 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|