mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
6 lines
130 B
SYSTEMD
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
|