-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #751 from sbt/docs/outdated-rpm-docs
FIX #750 remove outdated documentation
- Loading branch information
Showing
1 changed file
with
0 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -246,26 +246,6 @@ Example Settings: | |
* Tue Aug 19 2014 Team <[email protected]> - 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 | ||
~~~~~~~~~~~~~~~~~ | ||
|
||
|