diff options
author | Dimitri Staessens <[email protected]> | 2020-03-09 19:23:02 +0100 |
---|---|---|
committer | Sander Vrijders <[email protected]> | 2020-03-14 15:39:07 +0100 |
commit | 8796a612f0600fc973aa908b84ded837f3470512 (patch) | |
tree | 01151da8de2014452635f175c97d95ad914fd45a /ouroboros.service.in | |
parent | 0df9186d8d6248ecc3a82094b8cac9262287c704 (diff) | |
download | ouroboros-8796a612f0600fc973aa908b84ded837f3470512.tar.gz ouroboros-8796a612f0600fc973aa908b84ded837f3470512.zip |
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 <[email protected]>
Signed-off-by: Sander Vrijders <[email protected]>
Diffstat (limited to 'ouroboros.service.in')
-rw-r--r-- | ouroboros.service.in | 9 |
1 files changed, 9 insertions, 0 deletions
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 |