bus: Assign a serial number for messages from the driver
[platform/upstream/dbus.git] / packaging / dbus.vip.conf
1 # Define VIP processes or services
2 # Install this file at /etc/resourced/vip-process.d
3 # resourced will register and monitor designated process or service
4 #
5 # [VIP_GROUP1]          // Section VIP_GROUP#
6 #                       // There can be multiple vip groups.
7 #                       // If there is only one group, then
8 #                       // just [VIP_GROUP] is also possible.
9 #
10 # PROCESS=some_binray1  // Property PROCESS
11 # PROCESS=some_binary2  // Define vip processes
12 # ...
13 #
14 # SERVICE=some_unit1.service // Property SERVICE
15 # SERVICE=some_unit2.service // Define vip service units
16 # ...
17 #
18 # ACTION_ON_FAILURE=reboot   // Property ACTION_ON_FAILURE
19 # ...                        // Define actions for this [VIP_GROUP1]
20 #                            // Currently only "reboot" is supported.
21 # [VIP_GROUP2]
22 # ...
23
24 [VIP_GROUP]
25 SERVICE=dbus.service
26 ACTION_ON_FAILURE=reboot