From 0001f988ce35b00ab467760f23b76b81c9ffae45 Mon Sep 17 00:00:00 2001 From: js Date: Fri, 5 Sep 2025 13:05:15 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20incus-sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- incus-sync | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 incus-sync 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