summarylogtreecommitdiffstats
path: root/lima.install
diff options
context:
space:
mode:
Diffstat (limited to 'lima.install')
-rw-r--r--lima.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/lima.install b/lima.install
index 37a0429638a4..e8d1d1ccf29f 100644
--- a/lima.install
+++ b/lima.install
@@ -1,9 +1,15 @@
post_install () {
+ echo "To use Lima with systemd, run \`systemctl --user daemon-reload\` first."
echo "To start the Lima service, run \`systemctl --user start lima.service\`."
echo "To start automatically on login, run \`systemctl --user enable lima.service\`."
echo "For more information, run \`lima help\` and \`lima readme\`."
}
+post_upgrade () {
+ echo "If you use systemd to run Lima, run \`systemctl --user daemon-reload\`"
+ echo "followed by \`systemctl --user restart lima.service\` now."
+}
+
post_remove () {
echo "If you intend to purge all Lima user data from your system, please remove the"
echo "'~/.local/share/lima' directory. Note that you will lose local files that have"