git » debian:dnss » commit fb9ea97

Remove superfluous comments and whitespace from systemd's service files

author Alberto Bertogli (debian)
2016-11-28 19:54:14 UTC
committer Alberto Bertogli (debian)
2016-11-28 19:54:14 UTC
parent f5b9dbcbf9ed8dadb9d7da8cba7b765692252ab8

Remove superfluous comments and whitespace from systemd's service files

We still leave some whitespace for readability, but remove unnecessary
comments and whitespace.

debian/systemd/dnss-grpc-server.service +0 -1
debian/systemd/dnss-to-grpc.service +0 -6
debian/systemd/dnss-to-https.service +0 -4

diff --git a/debian/systemd/dnss-grpc-server.service b/debian/systemd/dnss-grpc-server.service
index ee1cee0..b15ef91 100644
--- a/debian/systemd/dnss-grpc-server.service
+++ b/debian/systemd/dnss-grpc-server.service
@@ -22,4 +22,3 @@ ProtectSystem=full
 
 [Install]
 WantedBy=multi-user.target
-
diff --git a/debian/systemd/dnss-to-grpc.service b/debian/systemd/dnss-to-grpc.service
index 00780d1..c754022 100644
--- a/debian/systemd/dnss-to-grpc.service
+++ b/debian/systemd/dnss-to-grpc.service
@@ -7,7 +7,6 @@ Requires=dnss-to-grpc.socket
 
 [Service]
 EnvironmentFile=-/etc/default/dnss
-
 ExecStart=/usr/bin/dnss \
         --dns_listen_addr=systemd \
         --logtostderr \
@@ -16,13 +15,9 @@ ExecStart=/usr/bin/dnss \
         --grpc_client_cafile=/etc/ssl/dnss/grpc-upstream-cert.pem \
         --enable_dns_to_grpc
 
-
 Type=simple
 Restart=always
 
-# The user can be created with no permissions using:
-#
-#   sudo useradd -U dnss -M -d /nonexistent -s /bin/false
 User=ddns
 Group=ddns
 
@@ -34,4 +29,3 @@ ProtectSystem=full
 [Install]
 Also=dnss-to-grpc.socket
 WantedBy=multi-user.target
-
diff --git a/debian/systemd/dnss-to-https.service b/debian/systemd/dnss-to-https.service
index 8be55c7..a29f4ff 100644
--- a/debian/systemd/dnss-to-https.service
+++ b/debian/systemd/dnss-to-https.service
@@ -12,13 +12,9 @@ ExecStart=/usr/bin/dnss \
         --monitoring_listen_addr=127.0.0.1:9981 \
         --enable_dns_to_https
 
-
 Type=simple
 Restart=always
 
-# The user can be created with no permissions using:
-#
-#   sudo useradd -U dnss -M -d /nonexistent -s /bin/false
 User=dnss
 Group=dnss