File tree Expand file tree Collapse file tree 1 file changed +18
-16
lines changed
Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Original file line number Diff line number Diff 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
373391journalctl -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
You can’t perform that action at this time.
0 commit comments