Questions tagged [init]
The init tag has no summary.
25 questions with no upvoted or accepted answers
4
votes
0
answers
3k
views
Linux equivalent of OS X "Launchd", with respect to use by non-root users?
Is there a good way for non-root users to start "managed" processes? In this case, I am using
managed" to describe a process that starts up when the user logs in, is monitored by some sort of ...
1
vote
0
answers
42
views
Start script are not cleared table of processes
I have a proxy server, all ok. But, i have some problems & questions.
First: when i make "/etc/init.d/nginx stop" or "/etc/init.d/nginx restart", of my config, it not reload and all nginx process ...
1
vote
0
answers
956
views
How to display init output to tty7 (or main tty)
I have created my first init script in a linux server (ubuntu if that adds any information) that checks for an update, downloads it and executes it in each hour. The init file is as follows:
/etc/...
1
vote
1
answer
2k
views
systemd Unit file for GitLab
I am currently writing a Puppet module to get GitLab running on CentOS 6/7. For the CentOS 7 install I need to write a systemd unit file to start the gitlab service (which is actually Unicorn & ...
1
vote
1
answer
392
views
init process' nice level
The init process on a Debian server (VPS) I've inherited has its nice value set to +10.
There's nothing particularly obscure installed on the system. It has a LAMP stack and does a lot of IO and will ...
1
vote
0
answers
80
views
Init script to run overlapping servers at service restart
How can I create a init script that starts (and tracks) the new process before the old is completely terminated at restart?
I am developing a node.js service that needs to be able to restart ...
1
vote
0
answers
302
views
Ubuntu: An init script that requires mysql
We have built some software that connects to MySQL and should be started on an Ubuntu server at boot.
What we're missing is how to ensure it starts at boot after MySQL.
Our init script includes the ...
1
vote
0
answers
553
views
Ubuntu 10.04 on vServer: SSHD fails to come up after apt-get upgrade
I have a vServer running Ubuntu Linux 10.04 LTS in a Parallels container. Yesterday, I updated packages using apt-get upgrade. After the upgrade, I could not longer log into the machine using SSH. I ...
1
vote
1
answer
258
views
Redhat 5 Upgrade / Sphinx Search Init Startup Hangs
I recently upgrade a VM to Redhat 5 and moved Sphinx Search to that server. For some reason when
I try to start Sphinx, the startup script fails to push the searchd process to the
background. I ...
0
votes
0
answers
432
views
Is it possible to get systemd to monitor a process that it does not start?
Some of our startup scripts have an ExecStart line that runs a curl command to start jobs from our Jenkins build server.
Systemd does not know anything about the job that is started as a result of the ...
0
votes
1
answer
58
views
Is systemd right for this task?
Currently, there's a fairly complex Python script that manages several dozen processes across a few servers. Each individual process has the same setup/requirements:
Main process must come up and be ...
0
votes
0
answers
109
views
Which init system is main on particular system?
I have installed application with several init scripts as for dpkg -L application shows. For example:
/etc/init/application.conf
/etc/init.d/application
/usr/systemd/applaication.service
But i use ...
0
votes
1
answer
778
views
Disabling MariaDb on Debian jessie doesn't work
I have MariaDb installed on Debian jessie. I need to remove it from automatic system startup. I tried recommended commands but they did not work:
root@debian:/home/gameboy# systemctl disable mysql
...
0
votes
0
answers
825
views
Why corrupted rc.sysinit file create syslogd error
During boot the system hangs, and the last message while it hangs is:
Starting system logger: Can't open or create /var/run/syslogd.pid. Can't write pid.
After a while I discovered that /etc/init/rc....
0
votes
1
answer
1k
views
rsyslogd wont start correctly on Ubuntu 14.04.4 LTS while using the Init-Script
somehow my init-script for rsyslogd does not work. I tried to enable rsyslogd to accept logging-data on udp:514.
If I start my rsyslogd via Init-Script, no logging-data is forwarded. Not even syslog! ...