diff --git a/custom_files/run_bootfile_dev.service b/custom_files/run_bootfile_dev.service index de64528..4ff80af 100644 --- a/custom_files/run_bootfile_dev.service +++ b/custom_files/run_bootfile_dev.service @@ -5,6 +5,9 @@ After=network-online.target [Service] Type=simple ExecStart = /root/scripts/run_bootfile_dev.sh +StandardOutput=journal+console +StandardError=inherit +TTYPath=/dev/tty1 [Install] WantedBy = default.target diff --git a/custom_files/run_bootfile_prod.service b/custom_files/run_bootfile_prod.service index 5115934..5723ebc 100644 --- a/custom_files/run_bootfile_prod.service +++ b/custom_files/run_bootfile_prod.service @@ -5,6 +5,9 @@ After=network-online.target [Service] Type=simple ExecStart = /root/scripts/run_bootfile_prod.sh +StandardOutput=journal+console +StandardError=inherit +TTYPath=/dev/tty1 [Install] WantedBy = default.target