From 8796a612f0600fc973aa908b84ded837f3470512 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Mon, 9 Mar 2020 19:23:02 +0100 Subject: ouroboros: Rename service to ouroboros The service was called "irmd", but it makes a bit more sense to give it the system name. Only the service name is changed, the irmd binary remains irmd. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- ouroboros.service.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ouroboros.service.in (limited to 'ouroboros.service.in') diff --git a/ouroboros.service.in b/ouroboros.service.in new file mode 100644 index 00000000..e6dc006e --- /dev/null +++ b/ouroboros.service.in @@ -0,0 +1,9 @@ +[Unit] +Description=Ouroboros IPC Resource Manager Daemon + +[Service] +ExecStart=@CMAKE_INSTALL_PREFIX@/sbin/irmd +User=root + +[Install] +WantedBy=multi-user.target \ No newline at end of file -- cgit v1.2.3