demo version

This commit is contained in:
Josip Milovac 2023-07-13 11:32:02 +10:00
parent fbb282a801
commit 672d6daa8e
125 changed files with 17918 additions and 1481 deletions

View file

@ -0,0 +1,14 @@
[Unit]
Description=Senshamart wallet
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=1
User=ubuntu
ExecStart=node wallet/wallet-app
WorkingDirectory=/home/ubuntu/wallet/
[Install]
WantedBy=multi-user.target