1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/docker_image/templates/docker-image.service.j2

10 lines
274 B
Django/Jinja

[Unit]
Description=docker-image service for building
[Service]
Type=oneshot
ExecStart=/usr/bin/make -C {{ docker_image_git_dir }} rootfs
User={{ docker_image_user }}
WorkingDirectory={{ docker_image_git_dir }}
Environment="FAKECHROOT_CMD_SUBST=/usr/bin/ldconfig=/bin/true"