summarylogtreecommitdiffstats
path: root/debloat.install
diff options
context:
space:
mode:
Diffstat (limited to 'debloat.install')
-rw-r--r--debloat.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/debloat.install b/debloat.install
new file mode 100644
index 000000000000..1990bde939cd
--- /dev/null
+++ b/debloat.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo '>>> To enable debloating of an interface, enable the debloat@IFACE systemd unit.'
+ echo '>>> For example to debloat eth0, run `systemctl enable debloat@eth0`.'
+}
+
+post_upgrade() {
+ post_install
+}