From 7546e75b7c3b8ed0b5cfa11c9b9b45831ab34a53 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Tue, 5 Sep 2017 16:53:31 +0200 Subject: build: Add systemd unit on install This adds a systemd unit for the irmd on installation of Ouroboros. --- irmd.service.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 irmd.service.in (limited to 'irmd.service.in') diff --git a/irmd.service.in b/irmd.service.in new file mode 100644 index 00000000..e6dc006e --- /dev/null +++ b/irmd.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