mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 09:35:53 +03:00
[GH-ISSUE #68] init.d/service script #52
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gu3st on GitHub (Apr 15, 2013).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/68
Now that log.io doesn't use Forever to start itself (or do I need to use forever manually?), it would be beneficial to provide init.d (and related) scripts to allow log.io harvester and/or server to be managed by the built in service manager (rather than started manually).
@AlexeyKupershtokh commented on GitHub (May 20, 2013):
https://github.com/NarrativeScience/Log.io/wiki/Daemonizing-log.io-on-Ubuntu-using-upstart-(v0.3.x)
is this what you're looking for?
@gu3st commented on GitHub (May 28, 2013):
It is, but it doesn't quite work. I'll do some digging a little later to identify why it's dying.. but the process doesn't continue to live.
@patforg commented on GitHub (Jun 4, 2013):
I'm looking into demonizing the server and harvester.
Was trying to follow the guide at https://github.com/NarrativeScience/Log.io/wiki/Daemonizing-log.io-on-Ubuntu-using-upstart-(v0.3.x)
Is the logio in the line bellow means the daemon will need to run under the logio user?
If so probably need to create the user if it doesn't exist...
@romanr commented on GitHub (Feb 15, 2014):
log.io project had init.d scripts and proper installation script that installed init.d. But for some reason it all was removed from this project in Feb 2013.
There's this project https://github.com/Ennexa/logio-initscript that can be used as example
@msmathers commented on GitHub (Aug 1, 2014):
The wiki has just be updated with a working example, it should be using the
ubuntuuser instead of thelogiouser.https://github.com/NarrativeScience/Log.io/wiki/Daemonizing-log.io-on-Ubuntu-using-upstart-(v0.3.x)
We removed the init.d scripts in 0.3.x because we wanted to encourage users to install and run the application in user space, and not force a choice in daemonization tooling as many users have strong preferences around this.