From 70ee735808b01d2c1a9fdd9637471999f38b199a Mon Sep 17 00:00:00 2001
From: Luca Beltrame <lbeltrame@kde.org>
Date: Sun, 18 Oct 2015 17:10:58 +0200
Subject: [PATCH] Misc fixes to the blog post

---
 ...ening-and-closing-ports-needed-by-a-systemd-service.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_posts/2015-10-18-tip-opening-and-closing-ports-needed-by-a-systemd-service.markdown b/_posts/2015-10-18-tip-opening-and-closing-ports-needed-by-a-systemd-service.markdown
index c997778..2bc16d6 100644
--- a/_posts/2015-10-18-tip-opening-and-closing-ports-needed-by-a-systemd-service.markdown
+++ b/_posts/2015-10-18-tip-opening-and-closing-ports-needed-by-a-systemd-service.markdown
@@ -25,10 +25,10 @@ I didn't feel comfortable to give this user control the firewall. However, the s
 
 > Takes a boolean argument. If true, the permission-related execution options, as configured with User= and similar options (see systemd.exec(5) for more information), are only applied to the process started with ExecStart=, and not to the various other ExecStartPre=, ExecStartPost=, ExecReload=, ExecStop=, and ExecStopPost= commands. If false, the setting is applied to all configured commands the same way. Defaults to false.
 
+
 Exactly what I needed! And thus, I amended the unit file as follows:
 
 ````systemd
-
 [Unit]
 Description=Mumble Server (Murmur)
 Requires=network-online.target