summaryrefslogtreecommitdiff
path: root/service/instance.h
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2020-10-28 00:09:51 +0000
committerDaniel Golle <daniel@makrotopia.org>2020-10-28 13:45:52 +0000
commit602b8fa14a973de3a164ee3200ed1f80688303b7 (patch)
tree55cca087be40c582bc0af52a10c6082bb6c261e1 /service/instance.h
parent2f381fe51c21fe195389ef11bff116362bc1915f (diff)
downloadprocd-602b8fa14a973de3a164ee3200ed1f80688303b7.tar.gz
jail: add option for pidfile
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'service/instance.h')
-rw-r--r--service/instance.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/instance.h b/service/instance.h
index 09fbb5d..bbd943c 100644
--- a/service/instance.h
+++ b/service/instance.h
@@ -35,6 +35,7 @@ struct jail {
bool console;
char *name;
char *hostname;
+ char *pidfile;
struct blobmsg_list mount;
int argc;
};