1
0
This commit is contained in:
2023-08-30 10:42:11 +08:00
parent 96507297d3
commit bda1549092
2 changed files with 4 additions and 2 deletions

View File

@@ -3,13 +3,15 @@ echo ""
echo "* To start/stop/restart rest agent service run:"
echo " sudo systemctl start/stop/restart restagent.service"
echo " sudo systemctl start/stop/restart crontask.service"
echo " sudo systemctl start/stop/restart sshsvc.service"
echo ""
systemctl enable restagent.service
systemctl enable crontask.service
systemctl enable sshsvc.service
systemctl daemon-reload
if ! id -u omc >/dev/null 2>&1 ; then
useradd -d /opt/omc -m -s /bin/bash -p1000ftp@kp omc;
useradd -d /opt/omc -m -s /bin/bash -pomc123 omc;
mkdir -p /opt/omc/ftp
else
echo "user omc exist";

View File

@@ -1,4 +1,4 @@
# !/bin/bash
# !/bin/sh
#systemctl stop nginx.service
systemctl stop restagent.service