Skip to content

Commit 6450b07

Browse files
committed
Correct tcconfig name
1 parent 7e43128 commit 6450b07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tcfiles/tc-copyconfig.service

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[Unit]
22
Description=Copy ThinClient Configuration
3-
ConditionPathExists=/boot/tc-config
3+
ConditionPathExists=/boot/tcconfig
44
Before=dhcpcd.service
55
After=systemd-rfkill.service
66

77
[Service]
88
Type=oneshot
99
RemainAfterExit=yes
10-
ExecStart=/bin/mv /boot/tc-config /home/thinclient/config
11-
ExecStartPost=/bin/chown thinclient:thinclient /home/thinclient/config
10+
ExecStart=/bin/mv /boot/tcconfig /home/thinclient/tcconfig
11+
ExecStartPost=/bin/chown thinclient:thinclient /home/thinclient/tcconfig
1212

1313
[Install]
1414
WantedBy=multi-user.target

0 commit comments

Comments
 (0)