blob: a643a43e1acf6ba57b6941f7202d0ba41c13f3d8 (
plain) (
tree)
|
|
--- psad-2.4.6/install.pl
+++ psad-2.4.6/install.new
@@ -247,7 +247,7 @@
my $distro = &get_distro();
### handle systems with systemd
-my $is_systemd = &look_for_process(qr|/systemd|);
+my $is_systemd = 0;
if ($is_systemd) {
$init_dir = $systemd_init_dir;
|