From 8759523157afb38f8565687ebd0e1f29a1af3e42 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Fri, 13 Sep 2024 14:32:01 -0400 Subject: Add makefile and service --- nonsense-time.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nonsense-time.service (limited to 'nonsense-time.service') diff --git a/nonsense-time.service b/nonsense-time.service new file mode 100644 index 0000000..2bbe9f0 --- /dev/null +++ b/nonsense-time.service @@ -0,0 +1,11 @@ +[Unit] +Description=Nonsense Time backend +After=nginx.service + +[Service] +ExecStart=/usr/bin/nonsense-time +Type=simple +Restart=on-failure + +[Install] +WantedBy=default.target -- cgit v1.2.3