We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a1be9 commit ae20d96Copy full SHA for ae20d96
1 file changed
README.md
@@ -36,23 +36,23 @@ systemctl enable LinuxProxyChanger
36
37
Start programme manually
38
```bash
39
-systemctl start LinuxProxyChanger
+systemctl start DMN
40
```
41
42
Stop programme manually
43
44
-systemctl stop LinuxProxyChanger
+systemctl stop DMN
45
46
47
Check programme status
48
49
-systemctl status LinuxProxyChanger
+systemctl status DMN
50
51
52
You can call up the console of the program with the following command
53
54
55
-screen -r LinuxProxyChanger
+screen -r DMN
56
57
## Contributing
58
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
0 commit comments