DCD-431: Fix incorrect service start-up target and make configurable.

This commit is contained in:
Steve Smith
2019-11-04 11:14:11 +11:00
parent 80be97a4da
commit 0b129bce1d
2 changed files with 3 additions and 2 deletions

View File

@@ -15,4 +15,4 @@ ExecStart={{ atl_startup_exec_path }}{% for c in atl_startup_exec_options %} {{
Restart=on-failure
[Install]
WantedBy=multi-target.target
WantedBy={{ atl_systemd_service_target }}