Skip to content

It just responds 200 OK to :80 / . Literally nothing else

Notifications You must be signed in to change notification settings

mattacton/live-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

live-check

It just responds 200 OK to :8080 / . Literally nothing else

Install as a service

Run these commands to get livecheck running as a service. These assume that you're in the directory that contains both the livecheck binary and the livecheck.service unit file and that you are running these commands as root.

chown root:root livecheck*
chmod 555 livecheck
chmod 755 livecheck.service
mkdir -p /opt/livecheck/bin
mv livecheck /opt/livecheck/bin
mv livecheck.service /lib/systemd/system/

systemctl enable livecheck.service
systemctl start livecheck

About

It just responds 200 OK to :80 / . Literally nothing else

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages