diff --git a/incus-sync b/incus-sync new file mode 100644 index 0000000..64c1c73 --- /dev/null +++ b/incus-sync @@ -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 +} \ No newline at end of file