File: libvirt-daemon-plugin-sanlock.cron.weekly

package info (click to toggle)
libvirt 11.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 205,260 kB
  • sloc: ansic: 533,672; xml: 310,954; python: 11,881; perl: 2,629; sh: 2,185; makefile: 448; javascript: 126; cpp: 22
file content (7 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/sh

# Disabled by default
exit 0

/usr/sbin/virt-sanlock-cleanup -q
exit 0