chiark / gitweb /
core: convert PID 1 to libsystemd-bus
[elogind.git] / src / shared / install.c
index 2c119e2dcad2b8697cf741c92aa6cdb9568640d6..16504eef0fe7aee6c4306de9a8dbc7e5c7c80ef8 100644 (file)
@@ -1562,6 +1562,7 @@ int unit_file_set_default(
                 UnitFileScope scope,
                 const char *root_dir,
                 const char *file,
+                bool force,
                 UnitFileChange **changes,
                 unsigned *n_changes) {
 
@@ -1599,7 +1600,7 @@ int unit_file_set_default(
 
         path = strappenda(config_path, "/" SPECIAL_DEFAULT_TARGET);
 
-        r = create_symlink(i->path, path, true, changes, n_changes);
+        r = create_symlink(i->path, path, force, changes, n_changes);
         if (r < 0)
                 return r;