- Jun 6, 2020
- 11,559
- 4,422
Note: The process outlined in this tutorial assumes that your Linux distribution is using systemd. If you have chosen Debian or Ubuntu as your Linux distribution when creating the VM then you should be good to go. Otherwise, you may try the process outlined here but I will not guarantee any success.
Update: 05 Nov 2017, Thanks to @OliverA for pointing out that an exit status should be added to the Service Script. The below service script has been updated to include the following line
SuccessExitStatus=143
This will have the effect of gracefully exiting the service instead of being reported as an error.
(source:
Why would you want to run your B4J console app as a service?
Good question! Well the short answer is ‘It’s a better way’. The long answer is ‘It really is a better way’. But seriously, having your app running as a service provides some...
Update: 05 Nov 2017, Thanks to @OliverA for pointing out that an exit status should be added to the Service Script. The below service script has been updated to include the following line
SuccessExitStatus=143
This will have the effect of gracefully exiting the service instead of being reported as an error.
(source:
برای دیدن لینک ها باید ثبت نام کنید
)Why would you want to run your B4J console app as a service?
Good question! Well the short answer is ‘It’s a better way’. The long answer is ‘It really is a better way’. But seriously, having your app running as a service provides some...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید