scripts: sanity/dns/wallet-cli helpers; ops cleanup
This commit is contained in:
parent
1181680a4b
commit
be05666737
18 changed files with 1440 additions and 0 deletions
16
scripts/taler-dns/pin-hacktivism-hosts.service
Normal file
16
scripts/taler-dns/pin-hacktivism-hosts.service
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[Unit]
|
||||
Description=Pin bank/exchange/taler.hacktivism.ch in /etc/hosts (pasta DNS)
|
||||
DefaultDependencies=no
|
||||
After=local-fs.target
|
||||
Before=network-online.target taler-exchange-wirewatch.service taler-exchange-httpd.service
|
||||
Wants=network-pre.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
Environment=PIN_IP=212.51.151.254
|
||||
ExecStart=/usr/local/bin/pin-hacktivism-hosts
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=taler-exchange-wirewatch.service
|
||||
Loading…
Add table
Add a link
Reference in a new issue