summaryrefslogtreecommitdiffstats
path: root/conf.d/packaging/deb/debian.rules
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-06 11:31:06 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-07 20:40:50 +0000
commit005e0eb072418456055783491f907fc08cb42fd7 (patch)
treeeca12060c85f48f72758ec03ac2e0c0dc6543219 /conf.d/packaging/deb/debian.rules
parent4d76c5679e664c307036dd495ff79679079d9f71 (diff)
Update/fix rpm and deb packaging
Change-Id: I132dc3085dddfedc869135ba3a967b0060afb72b Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/packaging/deb/debian.rules')
-rw-r--r--conf.d/packaging/deb/debian.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/packaging/deb/debian.rules b/conf.d/packaging/deb/debian.rules
index c6c7bd3..ee3eef5 100644
--- a/conf.d/packaging/deb/debian.rules
+++ b/conf.d/packaging/deb/debian.rules
@@ -78,6 +78,7 @@ postinst: install
if [ -f "/etc/xds-agent/config.json" ]; then
install -b -S .rpmsave /etc/xds-agent/config.json /etc/xds/agent/agent-config.json
fi
+ echo "[XDS Agent] To enable the service with your user session: systemctl --user enable xds-agent"
prerm:
rm -f /etc/xds-agent/*.rpm*