diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-08-07 20:42:58 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-08-07 20:42:58 -0400 |
commit | e66047ff62c971eefa32b42373420d61e3f2a9c1 (patch) | |
tree | bbc8cf991b4e45f5c7614ed446674a2472643b50 /test/loopy.service.d/compat.conf | |
parent | 17a6dfa3be0ac9d9b84b57c8af66515b573fc1a4 (diff) |
core: do not add dependencies to self
Adds a pair of files which cause a segfault (also with
systemd-analyze verify).
https://bugzilla.redhat.com/show_bug.cgi?id=1124843
Diffstat (limited to 'test/loopy.service.d/compat.conf')
-rw-r--r-- | test/loopy.service.d/compat.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/loopy.service.d/compat.conf b/test/loopy.service.d/compat.conf new file mode 100644 index 0000000000..51b84b89ed --- /dev/null +++ b/test/loopy.service.d/compat.conf @@ -0,0 +1,5 @@ +[Unit] +BindsTo=loopy2.service + +[Install] +Also=loopy2.service |