How to run daemon on Ubuntu 14.04?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












i have a dedicated server running ubuntu 14.04 .
i want to install this daemon file and run it but still the documentation is not clear . any help please?
enter link description here










share|improve this question

























    up vote
    1
    down vote

    favorite












    i have a dedicated server running ubuntu 14.04 .
    i want to install this daemon file and run it but still the documentation is not clear . any help please?
    enter link description here










    share|improve this question























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      i have a dedicated server running ubuntu 14.04 .
      i want to install this daemon file and run it but still the documentation is not clear . any help please?
      enter link description here










      share|improve this question













      i have a dedicated server running ubuntu 14.04 .
      i want to install this daemon file and run it but still the documentation is not clear . any help please?
      enter link description here







      14.04






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 11 at 20:17









      Ys3

      134




      134




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          I think 14.04 used upstart for daemon jobs.
          Upstart can be very simple, for example, create a file inside of /etc/init/



          sudo nano /etc/init/<filename>


          inside the file put:



          exec <command>


          Then, to start that command as a daemon, do start <filename>






          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1013959%2fhow-to-run-daemon-on-ubuntu-14-04%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            I think 14.04 used upstart for daemon jobs.
            Upstart can be very simple, for example, create a file inside of /etc/init/



            sudo nano /etc/init/<filename>


            inside the file put:



            exec <command>


            Then, to start that command as a daemon, do start <filename>






            share|improve this answer
























              up vote
              0
              down vote













              I think 14.04 used upstart for daemon jobs.
              Upstart can be very simple, for example, create a file inside of /etc/init/



              sudo nano /etc/init/<filename>


              inside the file put:



              exec <command>


              Then, to start that command as a daemon, do start <filename>






              share|improve this answer






















                up vote
                0
                down vote










                up vote
                0
                down vote









                I think 14.04 used upstart for daemon jobs.
                Upstart can be very simple, for example, create a file inside of /etc/init/



                sudo nano /etc/init/<filename>


                inside the file put:



                exec <command>


                Then, to start that command as a daemon, do start <filename>






                share|improve this answer












                I think 14.04 used upstart for daemon jobs.
                Upstart can be very simple, for example, create a file inside of /etc/init/



                sudo nano /etc/init/<filename>


                inside the file put:



                exec <command>


                Then, to start that command as a daemon, do start <filename>







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 11 at 20:48









                Hugo

                421412




                421412



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1013959%2fhow-to-run-daemon-on-ubuntu-14-04%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

                    Trouble downloading packages list due to a “Hash sum mismatch” error

                    How do I move numbers in filenames, in a batch renaming operation?