aboutsummaryrefslogtreecommitdiffstats
path: root/janitor/ab-janitor.service
blob: 5e834af4a9730a9f35a7cc2514c42f93ed366709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# /etc/systemd/system/ab-janitor.service
[Unit]
Description=Autobuilder Janitor Service
After=network-online.target
Wants=network-online.target

[Service]
User=pokybuild
WorkingDirectory=/home/pokybuild
Type=simple
ExecStart=/usr/bin/python3 /home/pokybuild/yocto-autobuilder-helper/janitor/ab-janitor

[Install]
WantedBy=multi-user.target