Ongeveer 824.000 resultaten
Koppelingen in nieuw tabblad openen
  1. Command to list services that start on startup? - Ask Ubuntu

    28 jul. 2010 · Is there a command to list services that run on startup? I imagine it would involve parsing /etc/init.d/, and the various /etc/rc.* directories.

  2. How do I make my systemd service run via specific user and start …

    19 sep. 2015 · Also, it does not start on bootup or user login. I want it to behave the same as it did as an upstart service: I want it to start at boot, run constantly, and as a specific user.

  3. How to start GUI application with upstart? - Ask Ubuntu

    6 aug. 2014 · I tried to use upstart script, however although there is no problem about services with upstart, GUI application is not starting with upstart script. It says cannot connect X server.

  4. xorg - Disable touchpad at login screen - Ask Ubuntu

    EDIT (revision 4) According to this ubuntuforums.org post, upstart cookbook and CameronNemo's answer, I tried to change the first line with start on login-session-start and I moved the conf file t...

  5. lubuntu - Stuck on login screen! - Ask Ubuntu

    4 I have only one user account on Lubuntu 13.10 and the automatic access was enabled. I decided to change this option; I wanted to see the login screen on startup where I can choose …

  6. init - What is Upstart? - Ask Ubuntu

    5 aug. 2010 · Upstart is an event-based replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising …

  7. How to setup x11vnc to access with graphical login screen?

    Here is a sample upstart job you can use to make it run at startup. It needs to be put in /etc/init/x11vnc.conf. (Note that newer versions of Ubuntu use systemd so see the other …

  8. Where are Upstart log messages on Ubuntu 13.X?

    26 mei 2015 · If you're trying to find "Upstart log messages" in general, check /var/log/upstart/. That's where Upstart saves stdout and stderr from Upstart services. Thanks to leopd's answer …

  9. How to get a login screen on a serial terminal? - Ask Ubuntu

    31 okt. 2016 · Can you confirm that when you run /sbin/getty -L 115200 ttyS0 vt102 in a terminal, things work as expected? If so, then the issue is only how to execute this same statement on …

  10. Where should I put my Upstart scripts? - Ask Ubuntu

    9 apr. 2015 · I'm trying to figure out Upstart and I'm not sure if I should put them in /etc/init or ~/.config/upstart And what is the difference between the locations?