summaryrefslogtreecommitdiffstats
path: root/test/testsuite-03.units/hello-after-sleep.target
blob: b0ddb3031156e595aac483fcfcbc5c4aa3398107 (plain)
1
2
3
4
5
6
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Sleep for a minute, then say hello.
Wants=sleep.service hello.service
After=sleep.service
Before=hello.service