14 lines
436 B
Markdown
14 lines
436 B
Markdown
|
we have defined a service for running the `start_email_service.sh` file continusouly on the server. Use the following commands for doing anything to the email
|
||
|
service.
|
||
|
|
||
|
## Enable the Service
|
||
|
`sudo systemctl enable cdc-email-sender.service`
|
||
|
|
||
|
## Start the Service
|
||
|
`sudo systemctl start cdc-email-sender.service`
|
||
|
|
||
|
## Check Status of the Service
|
||
|
`sudo systemctl status cdc-email-sender.service`
|
||
|
|
||
|
Any Doubts contact Gowtham Sai - 190010036
|