del: 移除captrace/data2html/crontask程序

This commit is contained in:
TsMask
2025-01-07 11:04:25 +08:00
parent d18404ffa7
commit 40ef92f244
37 changed files with 11 additions and 5107 deletions

View File

@@ -0,0 +1,17 @@
[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