diff --git a/core/sysmaster/src/unit/rentry.rs b/core/sysmaster/src/unit/rentry.rs index 351ed815e65ec146e1a3a0240df6ada727ec49b6..f91247fa0368e13985978f940ea6ae4b1e269441 100644 --- a/core/sysmaster/src/unit/rentry.rs +++ b/core/sysmaster/src/unit/rentry.rs @@ -144,7 +144,7 @@ pub(crate) struct UeConfigUnit { //When set to true, the unit will not be stopped when systemctl isolate is executed. For service, target, socket timer and path, the default value is false. For other units, the default value is true #[entry(default = false)] pub IgnoreOnIsolate: bool, - #[entry(default = false)] + #[entry(default = true)] pub DefaultDependencies: bool, #[entry(default = false)] pub RefuseManualStart: bool, diff --git a/factory/usr/lib/sysmaster/system/syslog.target b/factory/usr/lib/sysmaster/system/syslog.target index 305781453f40c46b4fffc69b34302ab2bbea2ef9..901bdf6163b81fccd600c07407a88b179908ca9a 100644 --- a/factory/usr/lib/sysmaster/system/syslog.target +++ b/factory/usr/lib/sysmaster/system/syslog.target @@ -1,2 +1,3 @@ [Unit] Description=Initialize syslog +DefaultDependencies=false