diff options
Diffstat (limited to 'afm-api-supervisor.service')
-rw-r--r-- | afm-api-supervisor.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/afm-api-supervisor.service b/afm-api-supervisor.service new file mode 100644 index 00000000..9c7f58b9 --- /dev/null +++ b/afm-api-supervisor.service @@ -0,0 +1,12 @@ +# afm-api-supervisor.service + +[Unit] +Description=Service to start the API 'supervisor' + +Requires=afm-api-supervisor.socket +After=afm-api-supervisor.socket + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/bin/true |