]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/hello-after-sleep.target
sd-netlink: introduce sd_netlink_message_append_sockaddr_in{,6}()
[thirdparty/systemd.git] / test / hello-after-sleep.target
1 [Unit]
2 Description=Sleep for a minute, then say hello.
3 Wants=sleep.service hello.service
4 After=sleep.service
5 Before=hello.service