chiark / gitweb /
journal: introduce log target 'journal' for executed processes
[elogind.git] / src / service.h
index e28f74b8988c221a9c5eb690424ad635dd2fc2e3..2102826723686f63461d379504f15fde6b257a6b 100644 (file)
@@ -25,6 +25,7 @@
 typedef struct Service Service;
 
 #include "unit.h"
+#include "path.h"
 #include "ratelimit.h"
 
 typedef enum ServiceState {
@@ -157,6 +158,7 @@ struct Service {
         Set *configured_sockets;
 
         Watch timer_watch;
+        PathSpec *pid_file_pathspec;
 
         NotifyAccess notify_access;
 };