summaryrefslogtreecommitdiff
blob: 2409cc5db1dcafffd9e87b6d9e24a71f195ab0e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

depend() {
        after logger
}

command="/usr/bin/gridcoinresearchd"
command_background="yes"
command_user="gridcoin"
description="Gridcoin Wallet Daemon"
pidfile="/run/gridcoin.pid"