diff options
Diffstat (limited to 'del-service')
-rwxr-xr-x | del-service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/del-service b/del-service index 55c26bf..ac1f7e7 100755 --- a/del-service +++ b/del-service @@ -1,6 +1,6 @@ #!/bin/sh #--------------------------------------------------------------- -# Project : Mandriva Linux +# Project : Mageia Linux # Module : rpm-helper # File : del-service # Version : $Id$ @@ -23,7 +23,7 @@ if [ $# -lt 3 ]; then fi # What init system are we currently using? -if /bin/mountpoint -q /sys/fs/cgroup/systemd; then +if [ -d /run/systemd/system/ ]; then init=systemd else init=sysvinit |