diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-11-02 10:27:56 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-11-03 18:00:47 +0900 |
commit | ed94652a337eeb63eb05c8fb3e2ea6cb854cda19 (patch) | |
tree | 4c8c0162bf9da53184266e5e386fcf0024313f84 /test/TEST-11-ISSUE-3166 | |
parent | test: mask several unnecessary services (diff) | |
download | systemd-ed94652a337eeb63eb05c8fb3e2ea6cb854cda19.tar.gz systemd-ed94652a337eeb63eb05c8fb3e2ea6cb854cda19.tar.bz2 systemd-ed94652a337eeb63eb05c8fb3e2ea6cb854cda19.zip |
test: drop 'After=multi-user.target' from most of testsuite.service
Diffstat (limited to 'test/TEST-11-ISSUE-3166')
-rwxr-xr-x | test/TEST-11-ISSUE-3166/test.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/TEST-11-ISSUE-3166/test.sh b/test/TEST-11-ISSUE-3166/test.sh index e6e96101a..6cde7fd7e 100755 --- a/test/TEST-11-ISSUE-3166/test.sh +++ b/test/TEST-11-ISSUE-3166/test.sh @@ -32,7 +32,6 @@ test_setup() { cat >$initdir/etc/systemd/system/testsuite.service <<EOF [Unit] Description=Testsuite service -After=multi-user.target [Service] ExecStart=/test-fail-on-restart.sh |