docs for daemon: better visibility for control sockets
- promote the part into a section
- move it right after the section about interactive CLI
- minor reformulations, location of the sockets, etc.
- fix location of the daemon-supervised anchor
Merge request reports
Activity
assigned to @tkrizek
added 54 commits
-
426ad36a...c0aa2bfb - 51 commits from branch
master
- ed929ce3 - docs for daemon: better visibility for control sockets
- c432b841 - daemon/README.rst: update doc with systemd integration info
- 833bdf8a - daemon/README.rst: fix spelling erros
Toggle commit list-
426ad36a...c0aa2bfb - 51 commits from branch
I'm thinking we could rename
Running supervised
toSystemd integration
and remove the first two paragraphs with general info about supervisors, since we provide only systemd files in upstream.Edited by Tomas Krizekmentioned in merge request knot-dns!941 (merged)
- Resolved by Tomas Krizek
- Resolved by Vladimír Čunát
added 6 commits
-
00fb290b...44c9b7fb - 2 commits from branch
master
- 95c5af25 - docs for daemon: better visibility for control sockets
- b2886c18 - daemon/README.rst: update doc with systemd integration info
- d9be265d - daemon/README.rst: fix spelling erros
- 817b720d - daemon/README.rst: split systemd integration into appropriate sections
Toggle commit list-
00fb290b...44c9b7fb - 2 commits from branch
added 1 commit
- 42355cf8 - daemon/README.rst: add warning about net.tcp_pipeline()
added 1 commit
- 55a6cc1f - fixup! daemon/README.rst: split systemd integration into appropriate sections
marked as a Work In Progress from 55a6cc1f
mentioned in commit 367a9070
Ah, the naming... I agree that "Control Sockets" might be a bit arcane term. Still, the suggested "Remote Control" doesn't sound correct to me, as I don't think there's anything remote – actually the unix sockets only work within localhost. I wonder if there's some standard terminology for means of controlling running services.
Edited by Vladimír Čunát