From: nutra-bot Date: Fri, 24 Jun 2022 16:02:18 +0000 (+0000) Subject: track ntserv.service X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=a139c39422df84b662168e1486ed193b8dd445c4;p=nutratech%2Fvps-root.git track ntserv.service --- diff --git a/etc/systemd/system/ntserv.service b/etc/systemd/system/ntserv.service new file mode 100644 index 0000000..8dfd4ff --- /dev/null +++ b/etc/systemd/system/ntserv.service @@ -0,0 +1,11 @@ +[Unit] +Description=Sanic Example + +[Service] +User=shane +ExecStart=/usr/bin/env python3 -m ntserv +Restart=always + +[Install] +WantedBy=multi-user.target +