diff --git a/build/lib/systemd/system/crontask.service b/build/lib/systemd/system/crontask.service deleted file mode 100644 index 19cd71b..0000000 --- a/build/lib/systemd/system/crontask.service +++ /dev/null @@ -1,17 +0,0 @@ -[Unit] -Description=Cron task daemon -After=network-online.target - -[Service] -Type=simple -LimitNOFILE=65535 -LimitNPROC=65535 - -Restart=always -ExecStart=/usr/local/omc/bin/crontask -c /usr/local/omc/etc/crontask.yaml -RestartSec=2 -RestartPreventExitStatus=1 -ExecReload=/bin/kill -HUP $MAINPID - -[Install] -WantedBy=multi-user.target \ No newline at end of file diff --git a/build/lib/systemd/system/restagent.service b/build/lib/systemd/system/restagent.service deleted file mode 100644 index 4adcb90..0000000 --- a/build/lib/systemd/system/restagent.service +++ /dev/null @@ -1,17 +0,0 @@ -[Unit] -Description=REST agent daemon -After=network-online.target - -[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=1 -ExecReload=/bin/kill -HUP $MAINPID - -[Install] -WantedBy=multi-user.target \ No newline at end of file diff --git a/build/lib/systemd/system/sshsvc.service b/build/lib/systemd/system/sshsvc.service deleted file mode 100644 index e434620..0000000 --- a/build/lib/systemd/system/sshsvc.service +++ /dev/null @@ -1,17 +0,0 @@ -[Unit] -Description=SSH MML service daemon -After=network-online.target - -[Service] -Type=simple -LimitNOFILE=65535 -LimitNPROC=65535 - -Restart=always -ExecStart=/usr/local/omc/run/sshsvc -c /usr/local/omc/etc/sshsvc.yaml -RestartSec=2 -RestartPreventExitStatus=1 -ExecReload=/bin/kill -HUP $MAINPID - -[Install] -WantedBy=multi-user.target \ No newline at end of file