From 3a16ec786e8213c6437da45e95e3249cf11978d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=98=95?= Date: Thu, 18 May 2023 10:31:29 +0800 Subject: [PATCH] =?UTF-8?q?OCT=201.=20=E6=9B=B4=E6=96=B0systemd=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= 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 f66e957..061430b 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 -d ./config/ -k pqwAQ81rxg70aoy3v+Jjrw== +ExecStart=/usr/bin/env /home/jw/vcpe/srcs/vcpe_main dhcpd -n vxlan0 -d ./config/ -k pqwAQ81rxg70aoy3v+Jjrw== [Install] WantedBy=multi-user.target \ No newline at end of file