]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/TEST-01-BASIC/test.sh
tests: reproduce https://github.com/systemd/systemd/issues/11251
[thirdparty/systemd.git] / test / TEST-01-BASIC / test.sh
index d74a2e00c1d5ec0c77c9310abc82d7d75c126efb..7aa21ff9997fea195798b74b51d325ed27df2850 100755 (executable)
@@ -26,7 +26,7 @@ Description=Testsuite service
 After=multi-user.target
 
 [Service]
-ExecStart=/bin/sh -x -c 'systemctl --state=failed --no-legend --no-pager > /failed ; echo OK > /testok'
+ExecStart=/bin/sh -x -c 'systemctl --state=failed --no-legend --no-pager > /failed ; systemctl daemon-reload ; echo OK > /testok'
 Type=oneshot
 EOF