blob: d9f966cc5047c91ecc497ed6b9237ac00597432f (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Trigger]
Type = File
Operation = Remove
Target = etc/init.d/*
[Action]
Description = Displaying openrc service help ...
When = PostTransaction
Exec = /bin/bash -c 'echo " ==> Remove a service from runlevel:"; echo " rc-update del <service> <runlevel>"'
NeedsTargets
|