From 0910b4b3457447d18bf226b6116abe160a9ec578 Mon Sep 17 00:00:00 2001 From: sang Date: Fri, 28 Mar 2025 17:29:57 +0800 Subject: [PATCH] feat: Move service file to /etc --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0afee18..3774937 100644 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ curl -sSL https://raw.githubusercontent.com/gitsang/lxc-iptag/main/lxc-iptag -o curl -sSL https://raw.githubusercontent.com/gitsang/lxc-iptag/main/lxc-iptag.conf -o /usr/local/etc/lxc-iptag.conf # configure lxc-iptag systemd -curl -sSL https://raw.githubusercontent.com/gitsang/lxc-iptag/main/lxc-iptag.service -o /lib/systemd/system/lxc-iptag.service +curl -sSL https://raw.githubusercontent.com/gitsang/lxc-iptag/main/lxc-iptag.service -o /etc/systemd/system/lxc-iptag.service # start lxc-iptag systemctl daemon-reload