summaryrefslogtreecommitdiff
path: root/tools/utest.service
diff options
context:
space:
mode:
Diffstat (limited to 'tools/utest.service')
-rw-r--r--tools/utest.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/utest.service b/tools/utest.service
new file mode 100644
index 0000000..34f6480
--- /dev/null
+++ b/tools/utest.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=UTest
+After=multi-user.target
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/bash /utest/tests/utest-run.sh
+
+[Install]
+WantedBy=utest.target