Change machines-start functionning
This commit is contained in:
6
systemd-templates/machines-start.service
Normal file
6
systemd-templates/machines-start.service
Normal file
@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
Description=Force start machines.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/systemctl start machines.target
|
@ -2,7 +2,7 @@
|
||||
Description=Make sure containers are started after snapshoting
|
||||
|
||||
[Timer]
|
||||
Unit=machines.target
|
||||
Unit=machines-start.service
|
||||
OnCalendar=*-*-* 04:15:00
|
||||
Persistent=true
|
||||
|
||||
|
Reference in New Issue
Block a user