diff --git a/src/sphinx/formats/rpm.rst b/src/sphinx/formats/rpm.rst index 450c5f0e3..24dd5a64f 100644 --- a/src/sphinx/formats/rpm.rst +++ b/src/sphinx/formats/rpm.rst @@ -246,26 +246,6 @@ Example Settings: * Tue Aug 19 2014 Team - 1.0.0 -First version of the system - -Template Changes -~~~~~~~~~~~~~~~~ - -Apply the following changes to the default init start script. You can find this in the sbt-native-packager source. - - -``src/templates/start`` - -.. code-block:: bash - - ... - [ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog - - # smb could define some additional options in $RUN_OPTS - RUN_CMD="${PACKAGE_PREFIX}/${{app_name}}/bin/${{app_name}}" - ... - - - Scriptlet Changes ~~~~~~~~~~~~~~~~~