About 969,000 results
Open links in new tab
  1. how can I schedule a reboot in Linux? - Server Fault

    I'm new in Linux and I want to schedule a reboot at midnight. How should I do it? Edits: I'm sorry I didn't put the complete details. I want a reboot every 3rd Saturday of the month at 23:30. I do...

  2. linux - What is the difference between reboot , init 6 and shutdown

    I just want to know difference between in reboot init 6 shutdown -r now and which is the safest and the best?

  3. Force systemd timesyncd to sync time with NTP server immediately

    Jan 14, 2019 · systemctl restart systemd-timesyncd.service timedatectl set-ntp true The status is the following: $ timedatectl status ... Network time on: yes NTP synchronized: no As the output …

  4. How to automatically restart a service on failure in Linux

    Mar 26, 2011 · 31 monit is a great way to monitor and restart services when they fail--and you'll probably end up using this for other essential services (such as Apache). There's a nice article …

  5. networking - How do I force Linux to reacquire a new IP address …

    Aug 1, 2024 · The environment is Debian, although the answer will apply to all distributions.

  6. What does "systemctl daemon-reload" do? - Unix & Linux Stack …

    May 13, 2017 · I have a service that stopped suddenly. I tried to restart that service but failed and was asked to run: systemctl daemon-reload. What does it exactly do? What is a daemon-reload?

  7. How to troubleshoot DNS with systemd-resolved? - Unix & Linux …

    Dec 5, 2016 · $ sudo systemctl restart dnsmasq.service dnsmasq with systemd-networkd Unfortunately it is not as easy as with NetworkManager and this is due to the fact that systemd …

  8. systemctl + what is the meaning of Restart=always - Unix & Linux …

    Mar 22, 2019 · The advantage of Restart=on-failure is that it is less risky for systemd to recommend using it (as the man page does). However systemd is left in a strange position, …

  9. How could we allow non-root users to control a systemd service?

    Now, with systemd, the service name is the final argument. I.e., the service restart would be done with: systemctl restart httpd.service Naturally, I thought defining the command as systemctl * …

  10. How to restart openssl on debian - Server Fault

    Oct 5, 2023 · I have made some changes in openssl.cnf and wants to restart service. Normally I would just restart machine for changes to take effect but I don't want to restart machine. Tried …