We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f4ab3 commit c268f46Copy full SHA for c268f46
1 file changed
README.md
@@ -25,8 +25,8 @@ To set up CDMClient as a systemd service, execute the following commands:
25
[Service]
26
User=${USER}
27
Type=simple
28
- Environment="LC_ALL=C.UTF-8"
29
- Environment="LANG=C.UTF-8"
+ Environment=LC_ALL=C.UTF-8
+ Environment=LANG=C.UTF-8
30
ExecStart=${HOME}/.local/bin/cdm-client
31
Restart=on-failure
32
RestartSec=3
0 commit comments