mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #99] Ubuntu Server 12.04 : upstart script not working. #76
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#76
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 @johnbritto1 on GitHub (Nov 15, 2013).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/99
I have running log.io 0.3.3
After trying https://github.com/NarrativeScience/Log.io/wiki/Daemonizing-log.io-on-Ubuntu-using-upstart-%28v0.3.x%29
When i do commad:
sudo start log.io-harvester
i get error as
start: Unknown job: log.io-harvester
FYI, i did installed logi.io through below command.
sudo npm install -g --prefix=/usr/local log.io
Hence i dont have any logio user. log.io is installed in my user home directory .
Kindly assist.
@johnbritto1 commented on GitHub (Nov 15, 2013):
Sorry for this issue.. How i act like a dump.. well the error was that, i put .conf in the /etc/init.d/ instead of /etc/init
My issue resolved.