supervisor: Setup services for local API use
[src/app-framework-binder.git] / afm-api-supervisor.service
diff --git a/afm-api-supervisor.service b/afm-api-supervisor.service
new file mode 100644 (file)
index 0000000..9c7f58b
--- /dev/null
@@ -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