aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-autobuilder/yocto-autobuilder/files/yocto-autobuilder.service
blob: 941f2d0307e2d6046e2bc74299324cc5059636f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Yocto Autobuilder Server
After=local-fs.target

[Service]
Type=simple
ExecStart=cd /root/yocto-autobuilder; . ./yocto-autobuilder-setup; ./yocto-start-autobuilder both
ExecStop=/bin/true
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target