2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-20 12:31:37 +00:00

Merge branch 'master' of ssh://git.code.sf.net/p/xcat/confluent

This commit is contained in:
Jarrod Johnson 2015-07-15 14:35:31 -04:00
commit 19dd0539a9
3 changed files with 14 additions and 0 deletions

View File

@ -1 +1,2 @@
include sysvinit/*
include systemd/*

View File

@ -15,6 +15,7 @@ setup(
'pyghmi>=0.6.5'],
scripts=['bin/confluent'],
data_files=[('/etc/init.d', ['sysvinit/confluent']),
('/usr/lib/systemd/system', ['systemd/confluent.service']),
('/opt/confluent/lib/python/confluent/plugins/console/', [])],
)

View File

@ -0,0 +1,12 @@
# IBM(c) 2015 Apache 2.0
[Unit]
Description=Confluent hardware manager
[Service]
Type=forking
PIDFile=/var/run/confluent/pid
ExecStart=/opt/confluent/bin/confluent
[Install]
WantedBy=multi-user.target