From a35648952cc7c5d9dfb827a29f58c73209504280 Mon Sep 17 00:00:00 2001 From: araujo Date: Fri, 25 Nov 2016 06:11:01 +0000 Subject: - Add a UID/GID for bitcoin. - Rewrite the rc script with new options that allows users to: - set config file. - set datadir. - set bitcoin limits. PR: ports/213235 Submitted by: Christopher Hall Approved by: maintainer timeout (1 month) --- UIDs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UIDs') diff --git a/UIDs b/UIDs index 62626138062..ef16c584834 100644 --- a/UIDs +++ b/UIDs @@ -725,7 +725,7 @@ postgres:*:770:770::0:0:PostgreSQL Daemon:/var/db/postgres:/bin/sh # free: 776 openxpki:*:777:777::0:0:OpenXPKI Owner:/nonexistent:/usr/sbin/nologin # free: 778 -# free: 779 +bitcoin:*:779:779::0:0:bitcoin Daemon:/var/db/bitcoin:/usr/sbin/nologin zetacoin:*:780:780::0:0:ZetaCoin Daemon:/nonexistent:/usr/sbin/nologin # free: 781 # free: 782 -- cgit