Subversion Repositories Mokou

Rev

Rev 4 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: mk_service.h 2 2024-09-05 18:31:51Z nishi $ */

#ifndef __MK_SERVICE_H__
#define __MK_SERVICE_H__

struct mk_service {
        char* name;
        char* exec;
        char* pidfile;
};

void mk_service_scan(void);

#endif