Alma Linux 9.6 - Creating systemctl capability: Revision history

From Network for Advanced NMR
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 June 2025

  • curprev 20:3920:39, 20 June 2025 Lmorris talk contribs 2,999 bytes +2,999 Created page with "For Alma Linux 9.6, the standard <pre> service data-transport-daemon status </pre> command doesn't work. Let's make the daemon work with systemctl. === Step 1. Create the service file. === <pre> sudo vi /etc/systemd/system/data-transport-daemon.service </pre> Enter the following lines in the file: <pre> [Unit] Description=Data Transport Daemon After=network.target [Service] Type=forking ExecStart=/opt/nan-dtdaemon/data-transport-daemon TimeoutStopSec=10 KillSign..."