mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-26 21:45:20 +02:00
8 lines
299 B
Django/Jinja
8 lines
299 B
Django/Jinja
[Unit]
|
|
Description=Service for {{ SOFTWARE_NAME }} role '{{ systemctl_id }}' (DEFAULT TEMPLATE)
|
|
OnFailure={{ SYS_SERVICE_ON_FAILURE_COMPOSE }}
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash {{ systemctl_id | get_service_script_path( service_src | basename | regex_replace('\\.j2$', '') | filetype ) }}
|