Skip to main content

systemd

systemd service references

The Systemd collections using for update the systemd service related configurtaion.

systemd collection keys are,

  • servicename
  • dll_file
deployment-pipeline.yaml
#Syntax
apis:
----
----
systemd:
servicename: "<name-of-the-service>"
dll_file: "<dll-file-name>"

#Example
apis:
----
----
systemd:
servicename: "surya-auth"
dll_file: "Surya.Auth.Api.dll"