mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
20 lines
599 B
Diff
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.
|