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