#!/bin/sh
post_install() {
	systemctl enable rknn_server
}
