diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2023-10-07 19:14:59 +0200 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2023-10-25 09:53:27 +0200 |
commit | 669108f477f404b58364bec8a49712f25d05bfe2 (patch) | |
tree | ae9c7eff1f08e96398f554780c73df9e5a94fdc2 /ouroboros.service.in | |
parent | 5706bf3efa8d8262982bbed15fb041e536f56cf2 (diff) | |
download | ouroboros-669108f477f404b58364bec8a49712f25d05bfe2.tar.gz ouroboros-669108f477f404b58364bec8a49712f25d05bfe2.zip |
irmd: Don't load config file without --config set
The irmd was automatically loading the default configfile (usually
/etc/ouroboros/irmd.conf) if present. Now the --config parameter has
to be set for the irmd to load a config. The service is adapted to
have the --config command line parameter set at install.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'ouroboros.service.in')
-rw-r--r-- | ouroboros.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ouroboros.service.in b/ouroboros.service.in index d84b02c5..5db996e1 100644 --- a/ouroboros.service.in +++ b/ouroboros.service.in @@ -2,7 +2,7 @@ Description=Ouroboros IPC Resource Manager Daemon [Service] -ExecStart=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_SBINDIR@/irmd +ExecStart=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_SBINDIR@/irmd @CONFIGURE_STRING@ User=root [Install] |