Questions tagged [upstart]

Upstart is an event-based replacement for the traditional init daemon used to perform tasks when the computer is started.

Upstart is an event-based replacement for the traditional init daemon used to perform tasks when the computer is started. Be sure to check out the cook book found at : http://upstart.ubuntu.com/cookbook/

545 questions
0
votes
1 answer

Create fedora rpm that works with both upstart and systemd?

I've built a service and I'd like to distribute it via rpm and should work on different fedora releases. Since it is a service it should be integrated with the system so it is possible to do: $ service myapp start The problem is that fedora used…
Eloff
  • 668
  • 7
  • 22
-1
votes
1 answer

Execute manage.py runserver using Upstart in Ubuntu 16.04

I have a small project using Raspberry Pi 3 device and using Django for my application. I follow this tutorial but sadly it can't be used for 16.04. I'm not using apache because of my device, i want to use runserver because of the limitations of my…
Nethan
  • 1
  • 1
-1
votes
1 answer

Running a bash script which automatically opens a terminal on bootup

I have to run a bash script on bootup which opens couple of terminals and runs some command in each terminal. test.sh (My bash file) #!/bin/bash sleep 10 gnome-terminal --tab-with-profile="Default" -e 'bash -c '\''export TAB=1; mkdir…
Naman91
  • 1
  • 2
-1
votes
1 answer

In a /etc/init/script how I capture event for "eth1 is ready" on RHEL 6 in upstarts?

I've tried below, but doesn't work: 1:start on (net-device-up IFACE!=lo and runlevel [2345]) 2:start on started network-interface INTERFACE=eth1 I saw the networking service is still be brought up by calling these init.d scripts, so I doubt on RHEL…
-2
votes
1 answer

Ubuntu 16.04 log in loop

I uninstalled json-c library on Ubuntu 16.04 LTS using # make uninstall and removed all rest json-c with: # find / -name "*json-c*" -exec rm -rf {} /; after reboot, can not log into system - Log In loop # cat ~/.xsession-error openConnection:…
mr13
  • 11
  • 2
1 2 3
36
37