Skip to content

Commit

Permalink
nixos/switch-to-configuration: fix comment position
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored and m1cr0man committed Jun 5, 2023
1 parent 2d699c4 commit 54be4d5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions nixos/modules/system/activation/switch-to-configuration.pl
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,14 @@ sub call_systemd_dbus_api {
return $res;
}

# Replacement for Net::DBus that calls busctl of the current systemd, parses
# it's json output and returns the response using only core modules to reduce
# dependencies on perlPackages in baseSystem
sub busctl_call_systemd1_mgr {
my (@args) = @_;
return call_systemd_dbus_api("systemd1", @args);
}

# Replacement for Net::DBus that calls busctl of the current systemd, parses
# it's json output and returns the response using only core modules to reduce
# dependencies on perlPackages in baseSystem

# Asks the currently running systemd instance via dbus which units are active.
# Returns a hash where the key is the name of each unit and the value a hash
# of load, state, substate.
Expand Down

0 comments on commit 54be4d5

Please sign in to comment.