]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/testsuite-03.units/succeeds-on-restart-restartdirect.service
service: add new RestartMode option
[thirdparty/systemd.git] / test / testsuite-03.units / succeeds-on-restart-restartdirect.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Service]
3 Type=oneshot
4 ExecStart=/usr/lib/systemd/tests/testdata/testsuite-03.units/succeeds-on-restart.sh
5 Restart=on-failure
6 RestartMode=direct