From: Guus Sliepen Date: Wed, 21 Sep 2022 08:55:47 +0000 (+0200) Subject: Try to fix htmltidy issues. X-Git-Url: https://www.tinc-vpn.org/git/browse?p=wiki;a=commitdiff_plain;h=a675abca816264bc59af97513a42334681271aa3 Try to fix htmltidy issues. --- 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