dash/contrib/init
Wladimir J. van der Laan be4345ce12
Merge #13510: Scripts and tools: Obsolete #!/bin/bash shebang
000000035b20402dea3e8168165cd4eefdc97539 Obsolete #!/bin/bash shebang (DesWurstes)

Pull request description:

  > `#!/bin/bash` assumes it is always installed to `/bin/` which can cause issues
  > `#!/usr/bin/env bash` searches the user's `PATH` to find the `bash` binary

  Details: https://github.com/dylanaraps/pure-bash-bible#obsolete-syntax

  I'm open to comments: Should I also fix `#!/bin/sh`?

Tree-SHA512: b47bb4828116aa119f1899c68fee081270d51a898535490b9c616bf0f3660ad953f29c361eafc759bc64cdd54ee6eeecb2d79e9fdb5291a996a515c719805476
2020-12-18 12:55:45 -06:00
..
dashd.conf Merge #10680: Fix inconsistencies and grammar in various files 2020-01-10 10:33:53 -06:00
dashd.init Merge #13510: Scripts and tools: Obsolete #!/bin/bash shebang 2020-12-18 12:55:45 -06:00
dashd.openrc Merge #10680: Fix inconsistencies and grammar in various files 2020-01-10 10:33:53 -06:00
dashd.openrcconf Some Dashification (#3513) 2020-06-11 11:39:04 +03:00
dashd.service Merge #12102: Apply hardening measures in bitcoind systemd service file 2020-06-13 14:50:11 -05:00
org.dash.dashd.plist Merge #11419: Utils: Fix launchctl not being able to stop bitcoind 2020-02-08 23:33:25 -06:00
README.md

Sample configuration files for:

SystemD: dashd.service
Upstart: dashd.conf
OpenRC:  dashd.openrc
         dashd.openrcconf
CentOS:  dashd.init
OS X:    org.dash.dashd.plist

have been made available to assist packagers in creating node packages here.

See doc/init.md for more information.