7ecf23e391
Separate the log-conf and service-config file locations. Avoid providing a bind on the commandline, make it come from the config file instead.
16 lines
265 B
Desktop File
16 lines
265 B
Desktop File
[Unit]
|
|
Description=Flowee Wallet Backup Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=flowee
|
|
Group=flowee
|
|
ExecStart=/usr/bin/wallet-storage-server --conf=/etc/flowee/walletStore.conf
|
|
Type=simple
|
|
|
|
Restart=always
|
|
StartLimitBurst=2
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|