diff --git a/flowspec_portal.service b/flowspec_portal.service new file mode 100644 index 0000000..a777956 --- /dev/null +++ b/flowspec_portal.service @@ -0,0 +1,9 @@ +[Unit] +Description=Internet2 Flowspec Portal + +[Service] +Type=simple +ExecStart=/usr/bin/env python3 main.py + +[Install] +WantedBy=multi-user.target \ No newline at end of file