From a675abca816264bc59af97513a42334681271aa3 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Wed, 21 Sep 2022 10:55:47 +0200 Subject: [PATCH] Try to fix htmltidy issues. --- examples/osx-install.mdwn | 40 ++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/examples/osx-install.mdwn b/examples/osx-install.mdwn index adbf853..5a4f7fe 100644 --- a/examples/osx-install.mdwn +++ b/examples/osx-install.mdwn @@ -59,25 +59,27 @@ The following example is a plist file for the tinc network name: myvpn */Library/LaunchDaemons/myvpn.tinc.plist*: - - - - - KeepAlive - - Label - tinc.myvpn - ProgramArguments - - /opt/local/tinc/sbin/tincd - -n - myvpn - -D - - - - -This will configure tincd to start the myvpn configuration in the foreground (-D). If tincd is started as background daemon, launchd will not function correctly with tinc. Launchd will directly start tincd if this file is found. The KeepAlive element will ensure that tincd is always running, and to be restarted if it stops. To stop tincd, use the *launchctl* command. Some commands to remember are: +``` + + + + + KeepAlive + + Label + tinc.myvpn + ProgramArguments + + /opt/local/tinc/sbin/tincd + -n + myvpn + -D + + + +``` + +This will configure tincd to start the myvpn configuration in the foreground (-D). If tincd is started as background daemon, launchd will not function correctly with tinc. Launchd will directly start tincd if this file is found. The `KeepAlive` element will ensure that tincd is always running, and to be restarted if it stops. To stop tincd, use the *launchctl* command. Some commands to remember are: launchctl unload -w /Library/LaunchDaemons/myvpn.tinc.plist -- 2.20.1