We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e43128 commit 6450b07Copy full SHA for 6450b07
tcfiles/tc-copyconfig.service
@@ -1,14 +1,14 @@
1
[Unit]
2
Description=Copy ThinClient Configuration
3
-ConditionPathExists=/boot/tc-config
+ConditionPathExists=/boot/tcconfig
4
Before=dhcpcd.service
5
After=systemd-rfkill.service
6
7
[Service]
8
Type=oneshot
9
RemainAfterExit=yes
10
-ExecStart=/bin/mv /boot/tc-config /home/thinclient/config
11
-ExecStartPost=/bin/chown thinclient:thinclient /home/thinclient/config
+ExecStart=/bin/mv /boot/tcconfig /home/thinclient/tcconfig
+ExecStartPost=/bin/chown thinclient:thinclient /home/thinclient/tcconfig
12
13
[Install]
14
WantedBy=multi-user.target
0 commit comments