debian: separate config for secmods
This commit is contained in:
parent
dcef8b3cd6
commit
00bd987622
9
debian/etc/taler/exchange-service-secmod.conf
vendored
Normal file
9
debian/etc/taler/exchange-service-secmod.conf
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
# This configuration file is the entry point for the exchange
|
||||
# security modules.
|
||||
#
|
||||
# It includes other configuration files,
|
||||
# which are applied on top of the read-only base configuration
|
||||
# (typically in /usr/share/taler/config.d/).
|
||||
|
||||
@INLINE@ exchange-system.conf
|
||||
@INLINE@ exchange-business.conf
|
@ -7,7 +7,7 @@ PartOf=taler-exchange.service
|
||||
User=taler-exchange-secmod-eddsa
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
ExecStart=/usr/bin/taler-exchange-secmod-eddsa -c /etc/taler/exchange-service-default.conf
|
||||
ExecStart=/usr/bin/taler-exchange-secmod-eddsa -c /etc/taler/exchange-service-secmod.conf
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
PrivateTmp=no
|
||||
|
@ -7,7 +7,7 @@ PartOf=taler-exchange.service
|
||||
User=taler-exchange-secmod-rsa
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
ExecStart=/usr/bin/taler-exchange-secmod-rsa -c /etc/taler/exchange-service-default.conf
|
||||
ExecStart=/usr/bin/taler-exchange-secmod-rsa -c /etc/taler/exchange-service-secmod.conf
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
PrivateTmp=no
|
||||
|
Loading…
Reference in New Issue
Block a user