Skip to content

Commit

Permalink
Merge pull request #498 from vpodzime/master-rpm_aix_platform_service
Browse files Browse the repository at this point in the history
Fix platform_service() on AIX in RPM packages
  • Loading branch information
vpodzime authored Nov 30, 2018
2 parents 4c05517 + f30d69e commit 79e2b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/common/script-templates/rpm-script-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ platform_service()
if [ -x /bin/systemctl ]; then
/bin/systemctl "$2" "$1".service
else
/etc/init.d/"$1" "$2"
`rc_d_path`/init.d/"$1" "$2"
fi
}

Expand Down

0 comments on commit 79e2b98

Please sign in to comment.