Skip to content

Commit

Permalink
Remove deadcode
Browse files Browse the repository at this point in the history
Thanks @marcusburghardt for raising the flag
  • Loading branch information
teacup-on-rockingchair committed May 9, 2023
1 parent d1fe359 commit 02f4dc8
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,19 +95,4 @@
<unix:path operation="equals">/etc/systemd/system</unix:path>
<unix:filename operation="pattern match">^emergency.target$</unix:filename>
</unix:file_object>

<unix:file_test check="all" check_existence="at_least_one_exists"
comment="look for emergency.target in /etc/systemd/system/emergency.service.d"
id="test_no_custom_emergency_target_dropin" version="1">
<unix:object object_ref="object_no_custom_emergency_target_dropin" />
</unix:file_test>

<unix:file_object id="object_no_custom_emergency_target_dropin"
comment="look for emergency.target in /etc/systemd/system/emergency.service.d"
version="1">
<unix:behaviors recurse="directories" recurse_direction="down"
recurse_file_system="all" />
<unix:path operation="equals">/etc/systemd/system/emergency.service.d</unix:path>
<unix:filename operation="pattern match">^*.conf$</unix:filename>
</unix:file_object>
</def-group>

0 comments on commit 02f4dc8

Please sign in to comment.