diff options
Diffstat (limited to 'service.h')
-rw-r--r-- | service.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -99,6 +99,9 @@ struct Service { bool failure:1; /* if we shut down, remember why */ Watch timer_watch; + char *sysv_path; + int sysv_start_priority; + RateLimit ratelimit; }; |