12 lines
207 B
Desktop File
12 lines
207 B
Desktop File
[Unit]
|
|
Description=Restore CMII after Reboot
|
|
|
|
[Service]
|
|
ExecStart=/root/wdd/reboot/restore_from_reboot.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
|
|
# /etc/systemd/system/restore_from_reboot.service
|