From 92d27e09c3a6c66e6a14b35a3666a04eaa54813a Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 15 Aug 2020 15:29:58 -0400 Subject: Implement service status --- daemon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'daemon.h') diff --git a/daemon.h b/daemon.h index b8b288b..b8bcb9b 100644 --- a/daemon.h +++ b/daemon.h @@ -129,6 +129,7 @@ extern struct Services { } services; int serviceAdd(const char *name, const char *command); +void serviceStatus(struct Service *service); void serviceStart(struct Service *service); void serviceStop(struct Service *service); void serviceRestart(struct Service *service); -- cgit 1.4.1 773e080074b4cfc47f6db9'>this commit collaborative ASCII art
about summary refs log tree commit diff homepage
path: root/Makefile (unfollow)
Commit message (Expand)Author
2019-01-07Compress PNG data in imageJune McEnroe
2019-01-07madvise MADV_NOCORE in imageJune McEnroe
2019-01-07Add license notice to explore JavaScriptJune McEnroe
2019-01-07Add Q/Home binding in exploreJune McEnroe
2019-01-07Fix explore image URLJune McEnroe
2019-01-07Add HOME button, ssh link, AGPL notice to exploreJune McEnroe
2019-01-06Add meta viewport to exploreJune McEnroe
2019-01-06Set background and max-width in exploreJune McEnroe
2019-01-06Swallow writes after the connection is closedJune McEnroe
2019-01-06Handle KCGI_HUPJune McEnroe
2019-01-06Install html filesJune McEnroe