mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
* 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>
8 lines
175 B
Django/Jinja
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 }}
|