]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
systemd: remove symlinks
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 5 Feb 2018 18:53:29 +0000 (13:53 -0500)
committerTomas Krizek <tomas.krizek@nic.cz>
Fri, 16 Feb 2018 09:40:41 +0000 (10:40 +0100)
Administrators using bash tab completion with the full completion
utilities enabled will be able to tab-complete instantiated services.
shipping symlinks gets confused during tarball generation, and during
package installation, so it's safer and cleaner to just ship the
regular unit files.

systemd/README.md
systemd/kresd-control@1.socket [deleted symlink]
systemd/kresd-tls@1.socket [deleted symlink]
systemd/kresd@1.service [deleted symlink]
systemd/kresd@1.socket [deleted symlink]

index 353f4873a67f83f0c0b00022372154eaaaddbddb..4abf9c1725a7d4fd8855e13a857f0d91b7ef6a0f 100644 (file)
@@ -32,7 +32,3 @@ Notes
    ./90-kresd.preset in /lib/systemd/systemd-preset/90-kresd.preset if
    they want to delay daemon launch until it is accessed. (see
    systemd.preset(5)).
-
-*  Symlinks pointing from @1 to the systemd template are not necessary. They
-   are only useful to provide users unfamiliar with kresd instances a hint
-   when using bash completion.
diff --git a/systemd/kresd-control@1.socket b/systemd/kresd-control@1.socket
deleted file mode 120000 (symlink)
index 4a4b9d6..0000000
+++ /dev/null
@@ -1 +0,0 @@
-kresd-control@.socket
\ No newline at end of file
diff --git a/systemd/kresd-tls@1.socket b/systemd/kresd-tls@1.socket
deleted file mode 120000 (symlink)
index f261c13..0000000
+++ /dev/null
@@ -1 +0,0 @@
-kresd-tls@.socket
\ No newline at end of file
diff --git a/systemd/kresd@1.service b/systemd/kresd@1.service
deleted file mode 120000 (symlink)
index f965cb6..0000000
+++ /dev/null
@@ -1 +0,0 @@
-kresd@.service
\ No newline at end of file
diff --git a/systemd/kresd@1.socket b/systemd/kresd@1.socket
deleted file mode 120000 (symlink)
index c0ed9f2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-kresd@.socket
\ No newline at end of file