From d3f7c75ab48a6ef9328914f2144785c6da3872e1 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 7 Aug 2025 16:07:54 +0800 Subject: [PATCH] =?UTF-8?q?del:=20=E7=A7=BB=E9=99=A4omc.service=E6=B3=A8?= =?UTF-8?q?=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/systemd/omc.service | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 config/systemd/omc.service diff --git a/config/systemd/omc.service b/config/systemd/omc.service deleted file mode 100644 index 2dfc6c7c..00000000 --- a/config/systemd/omc.service +++ /dev/null @@ -1,17 +0,0 @@ -[Unit] -Description=OMC Service -After=network-online.target mysql.service kvdb.service - -[Service] -Type=simple -LimitNOFILE=65535 -LimitNPROC=65535 - -Restart=always -ExecStart=/usr/local/omc/bin/restagent -c /usr/local/omc/etc/restconf.yaml -RestartSec=2 -RestartPreventExitStatus=SIGTERM SIGKILL -ExecReload=/bin/kill -HUP $MAINPID - -[Install] -WantedBy=multi-user.target