We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c05517 + f30d69e commit 79e2b98Copy full SHA for 79e2b98
packaging/common/script-templates/rpm-script-common.sh
@@ -30,7 +30,7 @@ platform_service()
30
if [ -x /bin/systemctl ]; then
31
/bin/systemctl "$2" "$1".service
32
else
33
- /etc/init.d/"$1" "$2"
+ `rc_d_path`/init.d/"$1" "$2"
34
fi
35
}
36
0 commit comments