mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
systemd config file name may be different to unit name
This commit is contained in:
@@ -2196,7 +2196,7 @@ foreach my $name (keys %info) {
|
||||
'stop' => $i->{'ExecStop'},
|
||||
'reload' => $i->{'ExecReload'},
|
||||
'pid' => $i->{'ExecMainPID'},
|
||||
'file' => $root."/".$name,
|
||||
'file' => $i->{'FragmentPath'} || $root."/".$name,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user