From e91303b63035083f0e478871161388db4dca64e0 Mon Sep 17 00:00:00 2001 From: Ilia Date: Wed, 18 May 2022 20:12:08 +0300 Subject: [PATCH] Update comment --- init/init-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/init-lib.pl b/init/init-lib.pl index af1de5e0f..5f1fc34fb 100755 --- a/init/init-lib.pl +++ b/init/init-lib.pl @@ -2398,7 +2398,7 @@ Returns the base directory for systemd unit config files sub get_systemd_root { my ($name) = @_; -# +# Default systemd paths my $systemd_local_conf = "/etc/systemd/system"; my $systemd_unit_dir1 = "/usr/lib/systemd/system"; my $systemd_unit_dir2 = "/lib/systemd/system";