diff options
| author | Luke Dashjr <[email protected]> | 2017-11-13 15:42:41 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2017-11-13 15:46:25 +0000 |
| commit | 2f041f0e7d272459b49d784a1649d5b6cd77480e (patch) | |
| tree | e10121e13c127467e9fd23824a28c7e55554d14e | |
| parent | Add init scripts and docs for Upstart and OpenRC (diff) | |
| download | discoin-2f041f0e7d272459b49d784a1649d5b6cd77480e.tar.xz discoin-2f041f0e7d272459b49d784a1649d5b6cd77480e.zip | |
contrib/init: Update openrc-run filename
OpenRC changed their program binary names in 2014 (3 years ago), and using the old names has loud warnings now
| -rw-r--r-- | contrib/init/bitcoind.openrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/init/bitcoind.openrc b/contrib/init/bitcoind.openrc index 1f7758c92..d7b330c44 100644 --- a/contrib/init/bitcoind.openrc +++ b/contrib/init/bitcoind.openrc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # backward compatibility for existing gentoo layout # |