mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 17:01:34 +02:00
12 lines
268 B
Diff
12 lines
268 B
Diff
--- 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;
|