From 3e3a29fa49ec494800a4aa866d84fba4eaa8261b Mon Sep 17 00:00:00 2001 From: José Bollo Date: Mon, 26 Feb 2018 18:57:24 +0100 Subject: afs-supervisor: Add systemd service and config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I64bf8de01dbb8cf9581ed0be358d81fa84106520 Signed-off-by: José Bollo --- afs-supervisor.service.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 afs-supervisor.service.in (limited to 'afs-supervisor.service.in') diff --git a/afs-supervisor.service.in b/afs-supervisor.service.in new file mode 100644 index 00000000..60b2a313 --- /dev/null +++ b/afs-supervisor.service.in @@ -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 + -- cgit 1.2.3-korg