git » debian:kxd » commit d28b854

Drop spaces around service key definitions

author Maximiliano Curia
2016-08-23 08:17:46 UTC
committer Maximiliano Curia
2016-08-23 08:17:46 UTC
parent 03dc3a98da2e85b689c1eff6c2ec93980bf3dc02

Drop spaces around service key definitions

debian/kxd.service +5 -5

diff --git a/debian/kxd.service b/debian/kxd.service
index bb57516..05233a9 100644
--- a/debian/kxd.service
+++ b/debian/kxd.service
@@ -1,10 +1,10 @@
 [Unit]
-Description = Key exchange daemon
+Description=Key exchange daemon
 
 [Service]
-EnvironmentFile = /etc/default/kxd
-ExecStart = /usr/bin/kxd $DAEMON_ARGS
-Type = simple
+EnvironmentFile=/etc/default/kxd
+ExecStart=/usr/bin/kxd $DAEMON_ARGS
+Type=simple
 
 [Install]
-WantedBy = multi-user.target
+WantedBy=multi-user.target