beta release. still some missing features (ipxe, http/tftp and remote syncing, etc.)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/etc/systemd/system/pacmandb.service
|
||||
11
extra/pre-build.d/etc/systemd/system/pacmandb.service
Normal file
11
extra/pre-build.d/etc/systemd/system/pacmandb.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Restoring Installed Packages DB
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
#ExecStart=/usr/bin/tar -Jxf /usr/local/pacman.db.tar.xz -C /var/lib/pacman/
|
||||
ExecStart=/etc/systemd/system/scripts/pacmandb.sh
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user