Repository URL to install this package:
|
Version:
1.0.0b1 ▾
|
---
# defaults file for roles/systemd/service
ansible_unit_test: False
ansible_unit_test_prefix_dir: ""
systemd_service_root_dir: "{{ ansible_unit_test_prefix_dir }}"
systemd_service_default_dir: "/etc/default"
systemd_service_systemd_dir: "/etc/systemd/system"
systemd_service_envs: []
systemd_service_Unit_Description: "{{ systemd_service_name }} Service"
systemd_service_Service_Type: simple
systemd_service_Install_WantedBy: multi-user.target
systemd_service_Restart: no