chiark / gitweb /
service: when reloading a service fails don't fail the entire service but just the...
[elogind.git] / src / socket.c
index 6ec49de4664375fa26697ff655e05a8bcc3cba57..7dc205abde362a1d256a0e0a930e3881a9373ca0 100644 (file)
@@ -880,7 +880,7 @@ static void socket_set_state(Socket *s, SocketState state) {
                           socket_state_to_string(old_state),
                           socket_state_to_string(state));
 
-        unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state]);
+        unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state], true);
 }
 
 static int socket_coldplug(Unit *u) {