beacon-node-builds: fix systemd timer service group not existing
Fixes: Failed to determine group credentials: No such process Failed at step GROUP spawning /data/beacon-node-builds/unstable-small/build.sh: No such process Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d9c21f7d5b
commit
3c0fe9e8fb
|
@ -46,7 +46,7 @@
|
|||
vars:
|
||||
systemd_timer_name: 'beacon-node-build-{{ item.name }}'
|
||||
systemd_timer_user: '{{ beacon_node_builds_user }}'
|
||||
systemd_timer_service_group: '{{ beacon_node_builds_group }}'
|
||||
systemd_timer_group: '{{ beacon_node_builds_group }}'
|
||||
systemd_timer_description: 'Docker image build for Nimbus beacon node'
|
||||
systemd_timer_requires_extra: 'docker.service'
|
||||
systemd_timer_start_on_creation: false
|
||||
|
|
Loading…
Reference in New Issue