'chkconfig umountnfs.sh on' does not create symlinkchkconfig does not display runlevel links correctlyIs it...

Who are the people reviewing far more papers than they're submitting for review?

Do you add your strength modifier once or twice to an unarmed strike?

Is there an in-universe reason Harry says this or is this simply a Rowling mistake?

Wired to Wireless Doorbell

Are lay articles good enough to be the main source of information for PhD research?

How often is duct tape used during crewed space missions?

What's the purpose of autocorrelation?

Is it possible that the shadow of The Moon is a single dot during solar eclipse?

Applications of mathematics in clinical setting

Is there a connection between IT and Ghostbusters?

Lead Amalgam as a Material for a Sword

Why are there two bearded faces wearing red hats on my stealth bomber icon?

Why is it called a Blood Knot?

What is the maximum viable speed for a projectile within earth's atmosphere?

All numbers in a 5x5 Minesweeper grid

How to count the number of function evaluations in NIntegrate

Why are two-stroke engines nearly unheard of in aviation?

How does one calculate the distribution of the Matt Colville way of rolling stats?

Debussy as term for bathroom?

I was cheated into a job and want to leave ASAP, what do I tell my interviewers?

Should I inform my future product owner that there is a good chance that a team member will leave the company soon?

Can I separate garlic into cloves for storage?

Why do we need to use transistors when building an OR gate?

I feel like most of my characters are the same, what can I do?



'chkconfig umountnfs.sh on' does not create symlink


chkconfig does not display runlevel links correctlyIs it possible to execute a script as first at shutdown/reboot on Debian?An init-script does not get called on shutdownHow do I run a script just before halt using LSB headers on RaspbianStartup script with LSB headers not working correctly (dependency problem)?Does Debian Testing use Sysvinit, Systemd or Upstart? How do I configure it (them?)?Script to run at shutdownconfusing behavior of LSB Init Scripts in Debian






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















on Debian, the init script /etc/init.d/umountnfs.sh has default stop in runlevel 0 and 6.



# Default-Stop:      0 6


but there is no symlink in /etc/rc0.d/ or /etc/rc6.d/ on my system. I am trying to enable the script in these runlevels, but chkconfig does not create the symlink



chkconfig umountnfs.sh on


I could create the symlink manually, but I believe the chkconfig script does more than just symlink. I think it also calculates dependencies and modifies the .depend.* files



How can I enable umountnfs.sh script on shutdown ?










share|improve this question































    0















    on Debian, the init script /etc/init.d/umountnfs.sh has default stop in runlevel 0 and 6.



    # Default-Stop:      0 6


    but there is no symlink in /etc/rc0.d/ or /etc/rc6.d/ on my system. I am trying to enable the script in these runlevels, but chkconfig does not create the symlink



    chkconfig umountnfs.sh on


    I could create the symlink manually, but I believe the chkconfig script does more than just symlink. I think it also calculates dependencies and modifies the .depend.* files



    How can I enable umountnfs.sh script on shutdown ?










    share|improve this question



























      0












      0








      0








      on Debian, the init script /etc/init.d/umountnfs.sh has default stop in runlevel 0 and 6.



      # Default-Stop:      0 6


      but there is no symlink in /etc/rc0.d/ or /etc/rc6.d/ on my system. I am trying to enable the script in these runlevels, but chkconfig does not create the symlink



      chkconfig umountnfs.sh on


      I could create the symlink manually, but I believe the chkconfig script does more than just symlink. I think it also calculates dependencies and modifies the .depend.* files



      How can I enable umountnfs.sh script on shutdown ?










      share|improve this question














      on Debian, the init script /etc/init.d/umountnfs.sh has default stop in runlevel 0 and 6.



      # Default-Stop:      0 6


      but there is no symlink in /etc/rc0.d/ or /etc/rc6.d/ on my system. I am trying to enable the script in these runlevels, but chkconfig does not create the symlink



      chkconfig umountnfs.sh on


      I could create the symlink manually, but I believe the chkconfig script does more than just symlink. I think it also calculates dependencies and modifies the .depend.* files



      How can I enable umountnfs.sh script on shutdown ?







      debian chkconfig lsb






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 23 mins ago









      Martin VegterMartin Vegter

      6841 gold badges144 silver badges262 bronze badges




      6841 gold badges144 silver badges262 bronze badges

























          0






          active

          oldest

          votes














          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          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',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });















          draft saved

          draft discarded
















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f542367%2fchkconfig-umountnfs-sh-on-does-not-create-symlink%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes

















          draft saved

          draft discarded



















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f542367%2fchkconfig-umountnfs-sh-on-does-not-create-symlink%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...