1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/tang/man-pages.patch
Michał Polański aa9083b19e testing/tang: new aport
Server for binding data to network presence
https://github.com/latchset/tang
2022-06-17 04:04:54 +02:00

20 lines
599 B
Diff

diff --git a/doc/tang.8.adoc b/doc/tang.8.adoc
index 3031a13..36105bb 100644
--- a/doc/tang.8.adoc
+++ b/doc/tang.8.adoc
@@ -40,13 +40,8 @@ protocol, see the Tang project's homepage.
Getting a Tang server up and running is simple:
-ifdef::freebsd[]
- $ sudo service tangd enable
- $ sudo service tangd start
-endif::[]
-ifndef::freebsd[]
- $ sudo systemctl enable tangd.socket --now
-endif::[]
+ $ doas rc-update add tang
+ $ doas service tang start
That's it. The server is now running with a fresh set of cryptographic keys
and will automatically start on the next reboot.