[
https://issues.apache.org/jira/browse/KARAF-3858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14743733#comment-14743733
]
Jean-Baptiste Onofré commented on KARAF-3858:
---------------------------------------------
I'm testing the following systemd script (created by wrapper:install):
{code}
[Unit]
Description=${displayName}
[Service]
Type=forking
PIDFile=${karaf.data}/${name}.pid
ExecStart=${karaf.base}/bin/karaf-service start
ExecReload=${karaf.base}/bin/karaf-service restart
ExecStop=${karaf.base}/bin/karaf-service stop
[Install]
Alias=${name}
WantedBy=default.target
{code}
> 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)