aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-distro/recipes-devtools/dpkg/files/dpkg-configure-pending.service
blob: 57d582f595eea70cae3ac206d6a432affa1868cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description="Configure pkgs with failed postinsts that Sato GUI depends on."
DefaultDependencies=no
After=sysinit.target
Before=multi-user.target

[Service]
Type=oneshot
ExecStart=/usr/sbin/dpkg-configure-pending
ExecStartPost=/bin/systemctl --no-reload disable dpkg-configure-pending.service
RemainAfterExit=No
TimeoutSec=0
User=root

[Install]
WantedBy=graphical.target