Skip to content

Commit c268f46

Browse files
committed
minor readme change
1 parent 84f4ab3 commit c268f46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ To set up CDMClient as a systemd service, execute the following commands:
2525
[Service]
2626
User=${USER}
2727
Type=simple
28-
Environment="LC_ALL=C.UTF-8"
29-
Environment="LANG=C.UTF-8"
28+
Environment=LC_ALL=C.UTF-8
29+
Environment=LANG=C.UTF-8
3030
ExecStart=${HOME}/.local/bin/cdm-client
3131
Restart=on-failure
3232
RestartSec=3

0 commit comments

Comments
 (0)