Move all shared into this new repo
This commit is contained in:
20
virt/opennebula-5.4-kvm-node/files/bin/cron-root-daily-12am.sh
Executable file
20
virt/opennebula-5.4-kvm-node/files/bin/cron-root-daily-12am.sh
Executable file
@@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
bin=/usr/local/bin
|
||||
|
||||
################################################################################
|
||||
# Touch for cron log
|
||||
touch /tmp/cron-root-daily-12am.begin.alive
|
||||
################################################################################
|
||||
|
||||
|
||||
|
||||
# Restart libvirtd
|
||||
/etc/init.d/libvirtd restart
|
||||
|
||||
|
||||
|
||||
################################################################################
|
||||
# Touch for cron log
|
||||
touch /tmp/cron-root-daily-12am.end.alive
|
||||
################################################################################
|
||||
Reference in New Issue
Block a user