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