post_install() {            
  systemctl --user daemon-reload || true
  systemctl enable --now --machine=stellarmate@.host --user stellarmatewebmanager.service
}
post_upgrade() {
  post_install
}
