Добавить incus-sync
This commit is contained in:
parent
24c0cb7625
commit
0001f988ce
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in New Issue