summaryrefslogtreecommitdiff
path: root/irmd.service.in
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-09-05 16:53:31 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2017-09-05 16:53:31 +0200
commit7546e75b7c3b8ed0b5cfa11c9b9b45831ab34a53 (patch)
treee4b9cc08e60d42120ce997926aa03df2876d0855 /irmd.service.in
parent3ed56c914851fa6eab5744213fd2e700f1ab71a8 (diff)
downloadouroboros-7546e75b7c3b8ed0b5cfa11c9b9b45831ab34a53.tar.gz
ouroboros-7546e75b7c3b8ed0b5cfa11c9b9b45831ab34a53.zip
build: Add systemd unit on install
This adds a systemd unit for the irmd on installation of Ouroboros.
Diffstat (limited to 'irmd.service.in')
-rw-r--r--irmd.service.in9
1 files changed, 9 insertions, 0 deletions
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