1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/arch-boxes/templates/arch-boxes.service.j2
Christian Rebischke def5c465ca
added new controller for arch-boxes
* bumped version to 1.2.0
* ensured controller.py is executable
* changed timer to every day 04:00 AM
* added new dependencies: python + python-urllib3

Signed-off-by: Christian Rebischke <chris@nullday.de>
2019-08-10 12:08:47 +02:00

8 lines
175 B
Django/Jinja

[Unit]
Description=arch-boxes service for deploying images and vagrant boxes
[Service]
Type=oneshot
ExecStart={{ archboxes_git_dir }}/controller.py
User={{ archboxes_user }}