diff options
Diffstat (limited to 'test/d.service')
-rw-r--r-- | test/d.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/d.service b/test/d.service new file mode 100644 index 0000000000..921fd2ee1b --- /dev/null +++ b/test/d.service @@ -0,0 +1,8 @@ +[Unit] +Description=D:Cyclic +After=b.service +Before=a.service +Requires=a.service + +[Service] +ExecStart=/bin/true |