mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
be4345ce12
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 |
||
---|---|---|
.. | ||
dashd.conf | ||
dashd.init | ||
dashd.openrc | ||
dashd.openrcconf | ||
dashd.service | ||
org.dash.dashd.plist | ||
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.