Systemd/test/units/hello-after-sleep.target

6 lines
130 B
SYSTEMD

[Unit]
Description=Sleep for a minute, then say hello.
Wants=sleep.service hello.service
After=sleep.service
Before=hello.service