From a6c87e1be6fcbf915a30114ffb65f6a4bb77d7e7 Mon Sep 17 00:00:00 2001 From: huangxin Date: Mon, 6 Feb 2023 10:26:18 +0800 Subject: [PATCH] =?UTF-8?q?OCT=201.=20=E6=9B=B4=E6=96=B0Systemd=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/vcpe.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/vcpe.service b/config/vcpe.service index 0a6971b..f66e957 100644 --- a/config/vcpe.service +++ b/config/vcpe.service @@ -12,7 +12,7 @@ Restart=always RestartSec=5 User=root WorkingDirectory=/home/jw/vcpe/srcs -ExecStart=/usr/bin/env /home/jw/vcpe/srcs/vcpe_main dhcpd -m -n vxlan0 -c ./config/vcpe.cfg -d ./config/ -k pqwAQ81rxg70aoy3v+Jjrw== +ExecStart=/usr/bin/env /home/jw/vcpe/srcs/vcpe_main dhcpd -m -n vxlan0 -d ./config/ -k pqwAQ81rxg70aoy3v+Jjrw== [Install] WantedBy=multi-user.target \ No newline at end of file