#!/bin/bash
# Wrapper script to stop Avahi when the application terminates

/usr/bin/simple-scan "$@"
systemctl stop avahi-daemon.socket avahi-daemon.service

