16 lines
523 B
Desktop File
16 lines
523 B
Desktop File
[Unit]
|
|
Description=Start Taler merchant apps inside goa-regio-ng
|
|
Documentation=file:%h/src/koopa/koopa-admin-log/scripts/taler-shared/ensure-taler-apps.sh
|
|
After=network-online.target goa-regio-ng.service
|
|
Wants=network-online.target goa-regio-ng.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
# Merchant start_base + helpers can take a while after cold boot
|
|
TimeoutStartSec=300
|
|
EnvironmentFile=-%h/.config/taler-landing/stack.env
|
|
ExecStart=%h/.local/bin/ensure-taler-apps.sh merchant
|
|
|
|
[Install]
|
|
WantedBy=default.target
|