From 3a76266192da84f6f7b84725e7647c82f8407278 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 23 Apr 2010 22:55:14 +0200 Subject: service: never do automatic restarts for user requested stops --- service.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'service.h') diff --git a/service.h b/service.h index 6700229b5c..40bd57e256 100644 --- a/service.h +++ b/service.h @@ -110,6 +110,8 @@ struct Service { bool bus_name_good:1; + bool allow_restart:1; + bool got_socket_fd:1; bool sysv_has_lsb:1; -- cgit v1.2.3-54-g00ecf