From 8091b35e437faf642bbdd6a013ea91eb4d3aeee3 Mon Sep 17 00:00:00 2001 From: Karl Newell Date: Mon, 16 Sep 2019 12:15:39 -0700 Subject: [PATCH] Add flowspec_portal.service, systemd unit file --- flowspec_portal.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 flowspec_portal.service 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