diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-01-20 13:17:22 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-01-20 13:17:22 +0100 |
commit | e2f3b44cfc8864bfea7c77ff4c383ce9b535f27e (patch) | |
tree | 81dc25605f9493c5f32b596556a3736f55fb9bb0 /src/mount.h | |
parent | f8d0ceb46b8c617abce8eaf99812ca7f4ce1c658 (diff) |
service: when reloading a service fails don't fail the entire service but just the reload job
Diffstat (limited to 'src/mount.h')
-rw-r--r-- | src/mount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mount.h b/src/mount.h index 954058ceb5..7c5d9d1f62 100644 --- a/src/mount.h +++ b/src/mount.h @@ -79,6 +79,7 @@ struct Mount { bool just_changed:1; bool failure:1; + bool reload_failure:1; mode_t directory_mode; |