Skip to content

Commit 7a038da

Browse files
authored
Update README.md
1 parent 6e05213 commit 7a038da

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,24 @@ users:
258258

259259
---
260260

261+
## 📋 Service Management
262+
263+
```bash
264+
# Check status
265+
sudo systemctl status smtp-tunnel
266+
267+
# Restart after config changes
268+
sudo systemctl restart smtp-tunnel
269+
270+
# View logs
271+
sudo journalctl -u smtp-tunnel -n 100
272+
273+
# Uninstall
274+
sudo /opt/smtp-tunnel/uninstall.sh
275+
```
276+
277+
---
278+
261279
## 🔧 Command Line Options
262280

263281
### 🖥️ Server
@@ -373,22 +391,6 @@ python client.py -d
373391
journalctl -u smtp-tunnel -f
374392
```
375393

376-
### 📋 Service Management
377-
378-
```bash
379-
# Check status
380-
sudo systemctl status smtp-tunnel
381-
382-
# Restart after config changes
383-
sudo systemctl restart smtp-tunnel
384-
385-
# View logs
386-
sudo journalctl -u smtp-tunnel -n 100
387-
388-
# Uninstall
389-
sudo /opt/smtp-tunnel/uninstall.sh
390-
```
391-
392394
---
393395

394396
## 🔐 Security Notes

0 commit comments

Comments
 (0)