mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 08:56:29 +00:00
"daemon stop": initial implementation
This commit is contained in:
@@ -1351,6 +1351,7 @@ main(int argc, char **argv)
|
||||
break;
|
||||
case DAEMON_START:
|
||||
do_daemon_start();
|
||||
break;
|
||||
case DAEMON_STOP:
|
||||
do_daemon_stop();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user