Move some data/functions from service_record to base_process_service.
[oweals/dinit.git] / src / tests / test-run-child-proc.cc
1 #include "service.h"
2
3 // Stub out run_child_proc function, for testing purposes.
4
5 void service_record::run_child_proc(const char * const *args, const char *logfile, bool on_console,
6         int wpipefd, int csfd, int socket_fd) noexcept
7 {
8
9 }