Skip to content

Commit

Permalink
Merge pull request #721 from atomicturtle/systemd-rules
Browse files Browse the repository at this point in the history
Update for systemd rules:
  • Loading branch information
ddpbsd committed Dec 24, 2015
2 parents 2684c8c + f694305 commit 7604574
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions etc/rules/systemd_rules.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<group name="local,systemd,">

<rule id="40700" level="0">
<program_name>^systemd$</program_name>
<description>Uh-oh, someone slipped you systemd!</description>
<program_name>^systemd$|^systemctl$</program_name>
<description>Systemd rules</description>
</rule>

<rule id="40701" level="0">
Expand All @@ -11,6 +11,17 @@
<description>Stale file handle.</description>
</rule>

<rule id="40702" level="2">
<if_sid>40700</if_sid>
<match>Failed to get unit file state for</match>
<description>Failed to get unit state for service. This means that the .service file is missing</description>
</rule>

<rule id="40703" level="5">
<if_sid>40700</if_sid>
<match>entered failed state</match>
<description>Service has entered a failed state, and likely has not started.</description>
</rule>

</group>

0 comments on commit 7604574

Please sign in to comment.