projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2305591
)
Don't enable Debian systemd unit by default
author
Nicholas D Steeves
<sten@debian.org>
Thu, 15 Sep 2022 15:58:43 +0000
(11:58 -0400)
committer
Rob Browning
<rlb@defaultvalue.org>
Sat, 24 Sep 2022 20:56:20 +0000
(15:56 -0500)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 06915420661a62f5a202fc7dfd73cde4e26bdf94..125fb59c53b5e8e3a2a6c3577a77c364785da839 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-548,6
+548,10
@@
override_dh_auto_install: $(autogen_install_files)
rm -rf $(install_dir_nox)
rm -rf $(install_dir_lucid)
+# Install the per-user systemd unit in a disabled state by default.
+override_dh_installsystemduser:
+ dh_installsystemduser --no-enable
+
# This won't be necessary once strip-nondeterminism is fixed.
.PHONY: override_dh_strip_nondeterminism
override_dh_strip_nondeterminism: