aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHangbin Liu <liuhangbin@gmail.com>2021-05-17 16:17:30 +0800
committerJason A. Donenfeld <Jason@zx2c4.com>2021-05-17 11:43:06 +0200
commit9a7e4364b1eef3fd34928fbf967a982c8bf2019d (patch)
treec55c0632736df7609c1828ef21897f11da90438b
parentman: mention BSD debugging (diff)
downloadwireguard-tools-9a7e4364b1eef3fd34928fbf967a982c8bf2019d.tar.xz
wireguard-tools-9a7e4364b1eef3fd34928fbf967a982c8bf2019d.zip
contrib/launchd: fix xml syntax error
The current plist xml gets error "DOCTYPE improperly terminated" with xml syntax checker[1]. The example in apple doc[2] also doesn't have semicolon at the end of DOCTYPE line. [1] https://www.w3schools.com/xml/xml_validator.asp [2] https://opensource.apple.com/source/launchd/launchd-257/launchd/doc/HOWTO.html Fixes: b30e74b5956a ("wg-quick: darwin: support being called from launchd") Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--contrib/launchd/com.wireguard.wg0.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/launchd/com.wireguard.wg0.plist b/contrib/launchd/com.wireguard.wg0.plist
index 9fc0141..ea1eab6 100644
--- a/contrib/launchd/com.wireguard.wg0.plist
+++ b/contrib/launchd/com.wireguard.wg0.plist
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>