1:208-alt4
[systemd_ALT/systemd_imz.git] / altlinux-update_chrooted.service
blobd2c37ee75d9c46d58a6cfcd5e906693cebec965f
1 [Unit]
2 Description=Updating chrooted environments
3 DefaultDependencies=no
4 Conflicts=shutdown.target
5 After=local-fs.target
6 Before=multi-user.target network.service
7 ConditionPathExists=/usr/sbin/update_chrooted
9 [Service]
10 ExecStart=/usr/sbin/update_chrooted conf lib
11 Type=oneshot
12 TimeoutSec=0
13 RemainAfterExit=yes
15 [Install]
16 WantedBy=sysinit.target