Добавить incus-sync

This commit is contained in:
js 2025-09-05 13:05:15 +00:00
parent 24c0cb7625
commit 0001f988ce
1 changed files with 13 additions and 0 deletions

13
incus-sync Normal file
View File

@ -0,0 +1,13 @@
#!/sbin/openrc-run
name="incus-sync"
description="Incus auto sync with failover"
command="/usr/local/bin/incus-sync.sh"
command_background=true
pidfile="/var/run/${RC_SVCNAME}.pid"
depend() {
need net
after incusd
}