Legal: correct GPLv3 LICENSE (fixes garbled 'GENERAL GENERAL'), AUTHORS DragonX attribution, COPYING. Packaging: man pages REGENERATED from the 1.0.3 binaries via help2man (dragonxd/dragonx-cli/dragonx-tx.1 -> v1.0.3, correct dates), wired into doc/man/Makefile.am (dist_man1_MANS), orphaned hush*.1 removed. Init/openrc/systemd scripts, Debian packaging (control/changelog/copyright rebranded hush->dragonx + install stubs), example confs taken from origin/compliant-rebrand (c05134e77). REMAINING follow-ups: (1) debian/changelog still tops at 1.0.0 - add a 1.0.3 entry; (2) dragonx-cli --help hardcodes rpcport default 18030 (hush) - fix the HelpMessage string in source then regen. Staged on 176 for review; not pushed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
30 lines
678 B
Markdown
30 lines
678 B
Markdown
# Systemd script for the DragonX daemon
|
|
|
|
## Set it up
|
|
|
|
First set it up as follows:
|
|
* Copy dragonxd.service to the systemd user directory, which is /usr/lib/systemd/user directory
|
|
|
|
## Basic Usage
|
|
|
|
How to start the script:
|
|
`systemctl start --user dragonxd.service`
|
|
|
|
How to stop the script:
|
|
`systemctl stop --user dragonxd.service`
|
|
|
|
How to restart the script:
|
|
`systemctl restart --user dragonxd.service`
|
|
|
|
## How to watch it as it starts
|
|
|
|
Use the following on most Linux distros:
|
|
`watch systemctl status --user dragonxd.service`
|
|
|
|
Or watch the log directly:
|
|
`tail -f ~/.hush/DRAGONX/debug.log`
|
|
|
|
## Troubleshooting
|
|
|
|
* Don't run it with sudo or root, or it won't work with the wallet.
|