halimg: Add hal-rpmdb-checker.service to check rpm version compatibility
[platform/hal/api/common.git] / packaging / hal-rpmdb-checker.service
1 [Unit]
2 Description=HAL RPMDB Checker
3 RefuseManualStart=yes
4 RefuseManualStop=yes
5 DefaultDependencies=no
6 After=local-fs.target systemd-tmpfiles-setup.service
7 Before=shutdown.target
8
9 [Service]
10 Type=oneshot
11 RemainAfterExit=yes
12 ExecStart=/usr/bin/hal-rpmdb-checker
13 SmackProcessLabel=System
14 User=system_fw
15 Group=system_fw
16
17 [Install]
18 WantedBy=sysinit.target