aboutsummaryrefslogtreecommitdiff
path: root/bbot/bbot-agent@.service
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/bbot-agent@.service')
-rw-r--r--bbot/bbot-agent@.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service
new file mode 100644
index 0000000..7336610
--- /dev/null
+++ b/bbot/bbot-agent@.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=bbot agent for %I
+After=default.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/bbot-agent %i
+User=build
+Group=build
+WorkingDirectory=~
+
+[Install]
+WantedBy=default.target