You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2015/08/31 07:44:45 UTC

[jira] [Commented] (KARAF-3858) Update wrapper install output for systemd based system

    [ https://issues.apache.org/jira/browse/KARAF-3858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14722952#comment-14722952 ] 

Jean-Baptiste Onofré commented on KARAF-3858:
---------------------------------------------

On RedHat/CentOS/Fedora, with systemd, the output directives should be something like:

{code}
$ cd /etc/init.d
$ chkconfig --add karaf
$ chkconfig --levels 345 karaf on
$ service karaf start
Starting Apache Karaf ...
$ tail -f /usr/local/karaf/logs/wrapper.log
{/code}

On Debian/Ubuntu:

{code}
$ cd /etc/init.d
$ update-rc.d karaf defaults
$ service karaf start
Starting Apache Karaf ...
$ tail -f /usr/local/karaf/logs/wrapper.log
{/code}

I'm double checking if the current wrapper script is fine (it should).

> Update wrapper install output for systemd based system
> ------------------------------------------------------
>
>                 Key: KARAF-3858
>                 URL: https://issues.apache.org/jira/browse/KARAF-3858
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-os-integration
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)