Handle abnormally terminated installer process
[platform/core/appfw/pkgmgr-info.git] / tool / pkg-db-recovery.service
1 [Unit]
2 Description=Package DB Recovery Service
3 DefaultDependencies=no
4 Before=ac.service
5 Requires=local-fs.target
6 After=systemd-tmpfiles-setup.service local-fs.target
7
8 [Service]
9 Type=oneshot
10 RemainAfterExit=yes
11 SmackProcessLabel=System::Privileged
12 Capabilities=cap_chown,cap_dac_override,cap_fowner,cap_mac_override=i
13 SecureBits=keep-caps
14 ExecStart=/usr/bin/pkg-db-recovery
15
16 [Install]
17 WantedBy=basic.target