summarylogtreecommitdiffstats
path: root/factom-walletd.service
blob: 73b68c064147fde97d7401a2e0b4cedfc8cad4d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Run the Factom Wallet service
Documentation=https://github.com/FactomProject/factom-walletd
After=network-online.target

[Service]
User=factom-walletd
Group=factom-walletd
EnvironmentFile=-/etc/default/factom-walletd
ExecStart=/usr/bin/factom-walletd $FACTOM_WALLETD_OPTS

[Install]
WantedBy=multi-user.target