diff options
author | Roy Marples <roy@marples.name> | 2007-10-04 19:49:12 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-04 19:49:12 +0000 |
commit | efe6e76cc14fb92c2784ef29d40ef42860078d74 (patch) | |
tree | a223544c4cec92e65c3fb2c9e532136753a05449 /src/rc.h | |
parent | 7319c64cffca2c14ad1c7afe329d59389f60ff83 (diff) |
rc_service_daemon_set now returns bool
Diffstat (limited to 'src/rc.h')
-rw-r--r-- | src/rc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ bool rc_service_delete (const char *runlevel, const char *service); * @param name of the process (optional) * @param pidfile of the process (optional) * @param started if true, add the arguments otherwise remove existing matching arguments */ -void rc_service_daemon_set (const char *service, const char *exec, +bool rc_service_daemon_set (const char *service, const char *exec, const char *name, const char *pidfile, bool started); |