1 2 3 4 5 6 7 8 9 10 11 12 13 14
post_install() { cat <<'EOF' Enable the user service with: systemctl --user daemon-reload systemctl --user enable --now vomacsd.service Create a default config if needed: vomacsd init-config EOF } post_upgrade() { post_install }