Rename config file, parameters, application name, package.
This commit is contained in:
@@ -6,37 +6,37 @@
|
||||
1. Download the [latest release](https://github.com/ma1uta/ma1sd/releases/latest)
|
||||
2. Run:
|
||||
```bash
|
||||
dpkg -i /path/to/downloaded/mxisd.deb
|
||||
dpkg -i /path/to/downloaded/ma1sd.deb
|
||||
```
|
||||
## Files
|
||||
| Location | Purpose |
|
||||
|-------------------------------------|----------------------------------------------|
|
||||
| `/etc/mxisd` | Configuration directory |
|
||||
| `/etc/mxisd/mxisd.yaml` | Main configuration file |
|
||||
| `/etc/systemd/system/mxisd.service` | Systemd configuration file for mxisd service |
|
||||
| `/usr/lib/mxisd` | Binaries |
|
||||
| `/var/lib/mxisd` | Data |
|
||||
| `/var/lib/mxisd/signing.key` | Default location for mxisd signing keys |
|
||||
| `/etc/ma1sd` | Configuration directory |
|
||||
| `/etc/ma1sd/ma1sd.yaml` | Main configuration file |
|
||||
| `/etc/systemd/system/ma1sd.service` | Systemd configuration file for ma1sd service |
|
||||
| `/usr/lib/ma1sd` | Binaries |
|
||||
| `/var/lib/ma1sd` | Data |
|
||||
| `/var/lib/ma1sd/signing.key` | Default location for ma1sd signing keys |
|
||||
|
||||
## Control
|
||||
Start mxisd using:
|
||||
Start ma1sd using:
|
||||
```bash
|
||||
sudo systemctl start mxisd
|
||||
sudo systemctl start ma1sd
|
||||
```
|
||||
|
||||
Stop mxisd using:
|
||||
Stop ma1sd using:
|
||||
```bash
|
||||
sudo systemctl stop mxisd
|
||||
sudo systemctl stop ma1sd
|
||||
```
|
||||
|
||||
## Troubleshoot
|
||||
All logs are sent to `STDOUT` which are saved in `/var/log/syslog` by default.
|
||||
You can:
|
||||
- grep & tail using `mxisd`:
|
||||
- grep & tail using `ma1sd`:
|
||||
```
|
||||
tail -n 99 -f /var/log/syslog | grep mxisd
|
||||
tail -n 99 -f /var/log/syslog | grep ma1sd
|
||||
```
|
||||
- use Systemd's journal:
|
||||
```
|
||||
journalctl -f -n 99 -u mxisd
|
||||
journalctl -f -n 99 -u ma1sd
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user