diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-08-08 02:42:58 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-08-08 02:42:58 +0200 |
commit | e66047ff62c971eefa32b42373420d61e3f2a9c1 (patch) | |
tree | bbc8cf991b4e45f5c7614ed446674a2472643b50 /test/loopy.service.d/compat.conf | |
parent | bus-proxy: service_name_is_valid will never be < 0 (diff) | |
download | systemd-e66047ff62c971eefa32b42373420d61e3f2a9c1.tar.xz systemd-e66047ff62c971eefa32b42373420d61e3f2a9c1.zip |
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 |