21 lines
548 B
Desktop File
21 lines
548 B
Desktop File
[Unit]
|
|
Description=GNU Taler payment system exchange REST API
|
|
AssertPathExists=/run/taler/exchange-httpd
|
|
Requires=taler-exchange-httpd.socket taler-exchange-secmod-rsa.service taler-exchange-secmod-eddsa.service
|
|
After=postgres.service network.target
|
|
PartOf=taler-exchange.service
|
|
|
|
[Service]
|
|
User=taler-exchange-httpd
|
|
Type=simple
|
|
Restart=on-failure
|
|
ExecStart=/usr/bin/taler-exchange-httpd -c /etc/taler/taler.conf
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
PrivateTmp=no
|
|
PrivateDevices=yes
|
|
ProtectSystem=full
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|