aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nonsense-time.service
diff options
context:
space:
mode:
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