2025-10-15 22:59:35 +02:00
|
|
|
[Unit]
|
|
|
|
|
Description=Flowee Wallet Backup Server
|
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
User=flowee
|
|
|
|
|
Group=flowee
|
2026-05-22 00:12:45 +02:00
|
|
|
ExecStart=/usr/bin/wallet-storage-server --conf=/etc/flowee/walletStore.conf
|
2025-10-15 22:59:35 +02:00
|
|
|
Type=simple
|
|
|
|
|
|
|
|
|
|
Restart=always
|
|
|
|
|
StartLimitBurst=2
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|