#!/bin/sh
export PATH=/opt/lnxall_app/bin:/opt/lnxall_app/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin

if cp -v -f /opt/lnxall_app/platspec/unotify.service /usr/lib/systemd/system/ ; then
	systemctl daemon-reload
	systemctl enable unotify.service
fi

systemctl restart unotify.service
exit 0
