aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nonsense-time.service
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-09-13 14:32:01 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-09-13 14:32:01 -0400
commit8759523157afb38f8565687ebd0e1f29a1af3e42 (patch)
tree4a0227efd995d11730033f13d3d3aa3d80a4ec09 /nonsense-time.service
parent00ce2db61bd3ac89450af13a76439515e0ccc577 (diff)
Add makefile and service
Diffstat (limited to 'nonsense-time.service')
-rw-r--r--nonsense-time.service11
1 files changed, 11 insertions, 0 deletions
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