Skip to content

BeliyBro33/humancheck

Repository files navigation

rm -r "/root/humancheck/humancheck.sh" && rm -r "/root/humancheck/main.sh"

git clone https://github.com/BeliyBro33/humancheck.git

chmod +x "/root/humancheck/main.sh"

mchat=""

token=""

echo -e $mchat > "/root/humancheck/mchat.properties"

echo -e $token > "/root/humancheck/token.properties"

echo "[Unit]

Description=Humancheck

After=network.target

[Service]

Type=simple

ExecStart=$HOME/humancheck/main.sh

Restart=always

[Install]

WantedBy=multi-user.target" > /root/human.service

sudo mv /root/human.service /etc/systemd/system

sudo tee </dev/null /etc/systemd/journald.conf

Storage=persistent

EOF

sudo systemctl restart systemd-journald

sudo systemctl daemon-reload

sudo systemctl enable human

sudo systemctl restart human

sudo systemctl stop human

systemctl status human

journalctl -u human-f

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages