aboutsummaryrefslogtreecommitdiff
path: root/bbot/bbot-agent@.service
blob: 7336610bed90a68c60db7e658f7bee3b230e5ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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