summaryrefslogtreecommitdiff
path: root/tools/utest.service
blob: 34f6480826b4a51bac8d811c1f722f402f03b134 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=UTest
After=multi-user.target

[Service]
Type=oneshot
ExecStart=/usr/bin/bash /utest/tests/utest-run.sh

[Install]
WantedBy=utest.target