These are copies of what is currently in use in sepia.
Signed-off-by: Zack Cerza <zack@redhat.com>
--- /dev/null
+[Unit]
+Description=Teuthology Dispatcher
+
+Wants=ceph.target
+After=ceph.target
+
+[Service]
+Type=simple
+User=teuthworker
+ExecStart=/home/teuthworker/src/git.ceph.com_git_teuthology_main/virtualenv/bin/python3.8 \
+ /home/teuthworker/src/git.ceph.com_git_teuthology_main/virtualenv/bin/teuthology-dispatcher \
+ -v \
+ --archive-dir /home/teuthworker/archive \
+ --tube %i \
+ --log-dir /home/teuthworker/archive/worker_logs
+ExecStop=touch /tmp/teuthology-stop-dispatcher
+Restart=on-failure
+TimeoutStopSec=infinity
--- /dev/null
+[Unit]
+Description=Teuthology Exporter
+
+Wants=ceph.target
+After=ceph.target
+
+[Service]
+Type=simple
+User=teuthworker
+ExecStart=/home/teuthworker/src/git.ceph.com_git_teuthology_main/virtualenv/bin/teuthology-exporter
+Restart=on-failure
+TimeoutStopSec=60