afs-supervisor: Add systemd service and config
[src/app-framework-binder.git] / afs-supervisor.service.in
diff --git a/afs-supervisor.service.in b/afs-supervisor.service.in
new file mode 100644 (file)
index 0000000..60b2a31
--- /dev/null
@@ -0,0 +1,9 @@
+[Unit]
+Description=Application Framework Supervisor
+
+[Service]
+ExecStart=/usr/bin/afs-supervisor --port @AFS_SUPERVISOR_PORT@ --token @AFS_SUPERVISOR_TOKEN@
+
+[Install]
+WantedBy=multi-user.target
+