diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-09-06 15:29:57 +0000 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-09-06 15:29:57 +0000 |
commit | e66eab570980b3fd73ea1f8cb37a1bccf0012681 (patch) | |
tree | e4b9cc08e60d42120ce997926aa03df2876d0855 /irmd.service.in | |
parent | 3ed56c914851fa6eab5744213fd2e700f1ab71a8 (diff) | |
parent | 7546e75b7c3b8ed0b5cfa11c9b9b45831ab34a53 (diff) | |
download | ouroboros-e66eab570980b3fd73ea1f8cb37a1bccf0012681.tar.gz ouroboros-e66eab570980b3fd73ea1f8cb37a1bccf0012681.zip |
Merged in sandervrijders/ouroboros/be-systemd (pull request #585)
build: Add systemd unit on install
Diffstat (limited to 'irmd.service.in')
-rw-r--r-- | irmd.service.in | 9 |
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 |