initial commit

This commit is contained in:
2014-12-19 14:13:30 -05:00
committed by r00t
commit cf603e5265
52 changed files with 2828 additions and 0 deletions

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager-dispatcher.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/getty@.service

View File

@@ -0,0 +1,5 @@
#[Service]
##Type=simple
#Type=idle
#ExecStart=
#ExecStart=-/usr/bin/agetty --autologin bdisk --noclear %I 38400 linux

View File

@@ -0,0 +1,11 @@
[Unit]
Description=Various LiveCD fixes
After=pacmandb.service
[Service]
Type=oneshot
ExecStart=/bin/bash /etc/systemd/scripts/livecd.fix.sh
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager.service

View File

@@ -0,0 +1 @@
/etc/systemd/system/livecdfix.service

View File

@@ -0,0 +1 @@
/etc/systemd/system/pacmandb.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/sshd.service

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Restoring Installed Packages DB
[Service]
Type=oneshot
ExecStart=/usr/bin/tar -Jxf /usr/local/pacman.db.tar.xz -C /var/lib/pacman/
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target