-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
systemd unit alignak.service #16
Comments
I can't provide such a unit. alignak unit has no meaning because it does not run any daemon. If you want to run all deamon, wildcard command may work. systemctl start alignak-* |
Hi,
For me "systemctl start alignak-*" don't work and i use this :
* Enable all services :
for i in arbiter poller reactionner scheduler broker; do systemctl
enable alignak-$i.service ; done
* Start all services :
# for i in arbiter poller reactionner scheduler broker; do systemctl
start alignak-$i.service ; done
* Stop all services :
# for i in arbiter poller reactionner scheduler broker; do systemctl
stop alignak-$i.service ; done
Best regard
2016-12-14 19:18 GMT+01:00 Sébastien Coavoux <[email protected]>:
… I can't provide such a unit. alignak unit has no meaning because it does
not run any daemon.
I tried to make an alignak unit to start / stop other unit and make status
in a consistent state but didn't manage to. The previous behavior of init
scripts can't be reproduced without hacking stuff, which is, in my opinion
not a good idea.
If you want to run all deamon, wildcard command may work. systemctl start
alignak-*
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAwrYKKzdvprgQ3LF4cB2hOojxxnJLFgks5rIDMRgaJpZM4LNKUJ>
.
--
David Hannequin
|
I installed the deb package
alignak-all_0.2-1.1481116675.68a2e14_all.deb
.This one provides the followind systemd units
alignak-arbiter.service
alignak-broker.service
alignak-poller.service
alignak-reactionner.service
alignak-receiver.service
alignak-scheduler.service
.But it does not provides unit
alignak.service
The text was updated successfully, but these errors were encountered: