aboutsummaryrefslogtreecommitdiff
path: root/debian/systemctl-service-shim.links
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-12 11:25:15 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-12 11:25:15 -0400
commitabc6202a58637613b08ff2a3094d21686f0b1a85 (patch)
tree5f6c0af08eb8afb99053e1d05349ea869bbd0c10 /debian/systemctl-service-shim.links
parentadd symlink control logic (diff)
downloadsystemctl-service-shim-abc6202a58637613b08ff2a3094d21686f0b1a85.tar.gz
systemctl-service-shim-abc6202a58637613b08ff2a3094d21686f0b1a85.tar.bz2
systemctl-service-shim-abc6202a58637613b08ff2a3094d21686f0b1a85.zip
v0.0.3 closes #688upstream/0.0.3
Diffstat (limited to 'debian/systemctl-service-shim.links')
-rw-r--r--debian/systemctl-service-shim.links1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/systemctl-service-shim.links b/debian/systemctl-service-shim.links
index 9a784ad..d8b2244 100644
--- a/debian/systemctl-service-shim.links
+++ b/debian/systemctl-service-shim.links
@@ -1,2 +1,3 @@
/usr/sbin/systemctl /usr/bin/hostnamectl
/usr/sbin/systemctl /usr/bin/systemd-detect-virt
+/usr/sbin/systemctl /bin/systemctl
bgstack15