1
0
Fork 0
HTTP service that returns a list of process' names with boolean values that respectively telling us if process is running or not. For UNIX-like OS only.
Go to file
Alexander Andreev fd0b2a145c
Found another typo in a Makefile.
2023-12-15 04:47:31 +04:00
build/archlinux In PKGBUILD noextract=() was removed. Added CGO_* and custom GOPATH env vars. Also added PREFIX var. 2023-12-15 04:24:33 +04:00
configs Version 3.0.0. Throwed out everything not used but for whatever reason added previously. 2023-12-15 04:00:26 +04:00
init In systemd.service .conf was replaced with .json. Also changed description. 2023-12-15 04:10:00 +04:00
.gitignore Version 3.0.0. Throwed out everything not used but for whatever reason added previously. 2023-12-15 04:00:26 +04:00
LICENSE Updated LICENSE, just year and an e-mail. 2023-12-15 04:23:12 +04:00
Makefile Found another typo in a Makefile. 2023-12-15 04:47:31 +04:00
configuration.go Version 3.0.0. Throwed out everything not used but for whatever reason added previously. 2023-12-15 04:00:26 +04:00
go.mod Version 3.0.0. Throwed out everything not used but for whatever reason added previously. 2023-12-15 04:00:26 +04:00
main.go Moved AreProcessesUp() handler to main.go. 2023-12-15 04:02:56 +04:00
process.go Well, actually, let's move the platform-independent parts out to a process.go file. 2023-12-15 04:07:37 +04:00
process_unix.go Well, actually, let's move the platform-independent parts out to a process.go file. 2023-12-15 04:07:37 +04:00