diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-09-14 09:02:36 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-10-22 11:05:17 +0200 |
commit | 28c48f4d78d5c7c8ba0a6a679b09f263387e1831 (patch) | |
tree | 22246e823a31a26b261017f959be05bce667e932 /test/testsuite-11.units | |
parent | xdg-autostart-generator: use Type=exec (diff) | |
download | systemd-28c48f4d78d5c7c8ba0a6a679b09f263387e1831.tar.xz systemd-28c48f4d78d5c7c8ba0a6a679b09f263387e1831.zip |
tests: replace the few remaining Type=simple with Type=exec
Except for the places where we explicitly want to test Type=simple,
we should use Type=exec.
Diffstat (limited to 'test/testsuite-11.units')
-rw-r--r-- | test/testsuite-11.units/fail-on-restart.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testsuite-11.units/fail-on-restart.service b/test/testsuite-11.units/fail-on-restart.service index 9264f151f3..6832cb241c 100644 --- a/test/testsuite-11.units/fail-on-restart.service +++ b/test/testsuite-11.units/fail-on-restart.service @@ -4,6 +4,6 @@ StartLimitIntervalSec=1m StartLimitBurst=3 [Service] -Type=simple +Type=exec ExecStart=false Restart=always |