Initial commit
This commit is contained in:
47
systemd/system/autologin@.service
Normal file
47
systemd/system/autologin@.service
Normal file
@@ -0,0 +1,47 @@
|
||||
# This file is part of systemd.
|
||||
#
|
||||
# systemd is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2.1 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
[Unit]
|
||||
Description=Getty on %I
|
||||
Documentation=man:agetty(8) man:systemd-getty-generator(8)
|
||||
Documentation=http://0pointer.de/blog/projects/serial-console.html
|
||||
After=systemd-user-sessions.service plymouth-quit-wait.service
|
||||
After=rc-local.service
|
||||
|
||||
# If additional gettys are spawned during boot then we should make
|
||||
# sure that this is synchronized before getty.target, even though
|
||||
# getty.target didn't actually pull it in.
|
||||
Before=getty.target
|
||||
IgnoreOnIsolate=yes
|
||||
|
||||
# On systems without virtual consoles, don't start any getty. Note
|
||||
# that serial gettys are covered by serial-getty@.service, not this
|
||||
# unit.
|
||||
ConditionPathExists=/dev/tty0
|
||||
|
||||
[Service]
|
||||
# the VT is cleared by TTYVTDisallocate
|
||||
ExecStart=-/sbin/agetty --autologin pi --noclear %I $TERM
|
||||
Type=idle
|
||||
Restart=always
|
||||
RestartSec=0
|
||||
UtmpIdentifier=%I
|
||||
TTYPath=/dev/%I
|
||||
TTYReset=yes
|
||||
TTYVHangup=yes
|
||||
TTYVTDisallocate=yes
|
||||
KillMode=process
|
||||
IgnoreSIGPIPE=no
|
||||
SendSIGHUP=yes
|
||||
|
||||
# Unset locale for the console getty since the console has problems
|
||||
# displaying some internationalized messages.
|
||||
Environment=LANG= LANGUAGE= LC_CTYPE= LC_NUMERIC= LC_TIME= LC_COLLATE= LC_MONETARY= LC_MESSAGES= LC_PAPER= LC_NAME= LC_ADDRESS= LC_TELEPHONE= LC_MEASUREMENT= LC_IDENTIFICATION=
|
||||
|
||||
[Install]
|
||||
WantedBy=getty.target
|
||||
DefaultInstance=tty1
|
||||
1
systemd/system/bluetooth.target.wants/bluetooth.service
Symbolic link
1
systemd/system/bluetooth.target.wants/bluetooth.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/bluetooth.service
|
||||
1
systemd/system/dbus-fi.w1.wpa_supplicant1.service
Symbolic link
1
systemd/system/dbus-fi.w1.wpa_supplicant1.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/wpa_supplicant.service
|
||||
1
systemd/system/dbus-org.bluez.service
Symbolic link
1
systemd/system/dbus-org.bluez.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/bluetooth.service
|
||||
1
systemd/system/dbus-org.freedesktop.Avahi.service
Symbolic link
1
systemd/system/dbus-org.freedesktop.Avahi.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/avahi-daemon.service
|
||||
1
systemd/system/dbus-org.freedesktop.timesync1.service
Symbolic link
1
systemd/system/dbus-org.freedesktop.timesync1.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/systemd-timesyncd.service
|
||||
3
systemd/system/dhcpcd.service.d/wait.conf
Normal file
3
systemd/system/dhcpcd.service.d/wait.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=/usr/lib/dhcpcd5/dhcpcd -q -w
|
||||
1
systemd/system/dhcpcd5.service
Symbolic link
1
systemd/system/dhcpcd5.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/dhcpcd.service
|
||||
1
systemd/system/getty.target.wants/getty@tty1.service
Symbolic link
1
systemd/system/getty.target.wants/getty@tty1.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/getty@.service
|
||||
2
systemd/system/getty@tty1.service.d/noclear.conf
Normal file
2
systemd/system/getty@tty1.service.d/noclear.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
TTYVTDisallocate=no
|
||||
1
systemd/system/halt.target.wants/rpi-display-backlight.service
Symbolic link
1
systemd/system/halt.target.wants/rpi-display-backlight.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/rpi-display-backlight.service
|
||||
1
systemd/system/multi-user.target.wants/avahi-daemon.service
Symbolic link
1
systemd/system/multi-user.target.wants/avahi-daemon.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/avahi-daemon.service
|
||||
1
systemd/system/multi-user.target.wants/console-setup.service
Symbolic link
1
systemd/system/multi-user.target.wants/console-setup.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/console-setup.service
|
||||
1
systemd/system/multi-user.target.wants/cron.service
Symbolic link
1
systemd/system/multi-user.target.wants/cron.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/cron.service
|
||||
1
systemd/system/multi-user.target.wants/dhcpcd.service
Symbolic link
1
systemd/system/multi-user.target.wants/dhcpcd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/dhcpcd.service
|
||||
1
systemd/system/multi-user.target.wants/dphys-swapfile.service
Symbolic link
1
systemd/system/multi-user.target.wants/dphys-swapfile.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/dphys-swapfile.service
|
||||
1
systemd/system/multi-user.target.wants/etckeeper.timer
Symbolic link
1
systemd/system/multi-user.target.wants/etckeeper.timer
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/etckeeper.timer
|
||||
1
systemd/system/multi-user.target.wants/hciuart.service
Symbolic link
1
systemd/system/multi-user.target.wants/hciuart.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/hciuart.service
|
||||
1
systemd/system/multi-user.target.wants/networking.service
Symbolic link
1
systemd/system/multi-user.target.wants/networking.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/networking.service
|
||||
1
systemd/system/multi-user.target.wants/nfs-client.target
Symbolic link
1
systemd/system/multi-user.target.wants/nfs-client.target
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/nfs-client.target
|
||||
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/raspberrypi-net-mods.service
|
||||
1
systemd/system/multi-user.target.wants/remote-fs.target
Symbolic link
1
systemd/system/multi-user.target.wants/remote-fs.target
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/remote-fs.target
|
||||
1
systemd/system/multi-user.target.wants/rpi-eeprom-update.service
Symbolic link
1
systemd/system/multi-user.target.wants/rpi-eeprom-update.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/rpi-eeprom-update.service
|
||||
1
systemd/system/multi-user.target.wants/rsync.service
Symbolic link
1
systemd/system/multi-user.target.wants/rsync.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/rsync.service
|
||||
1
systemd/system/multi-user.target.wants/rsyslog.service
Symbolic link
1
systemd/system/multi-user.target.wants/rsyslog.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/rsyslog.service
|
||||
1
systemd/system/multi-user.target.wants/ssh.service
Symbolic link
1
systemd/system/multi-user.target.wants/ssh.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/ssh.service
|
||||
1
systemd/system/multi-user.target.wants/sshswitch.service
Symbolic link
1
systemd/system/multi-user.target.wants/sshswitch.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/sshswitch.service
|
||||
1
systemd/system/multi-user.target.wants/triggerhappy.service
Symbolic link
1
systemd/system/multi-user.target.wants/triggerhappy.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/triggerhappy.service
|
||||
1
systemd/system/multi-user.target.wants/wpa_supplicant.service
Symbolic link
1
systemd/system/multi-user.target.wants/wpa_supplicant.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/wpa_supplicant.service
|
||||
1
systemd/system/network-online.target.wants/networking.service
Symbolic link
1
systemd/system/network-online.target.wants/networking.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/networking.service
|
||||
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/rpi-display-backlight.service
|
||||
2
systemd/system/rc-local.service.d/ttyoutput.conf
Normal file
2
systemd/system/rc-local.service.d/ttyoutput.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
StandardOutput=tty
|
||||
1
systemd/system/reboot.target.wants/rpi-display-backlight.service
Symbolic link
1
systemd/system/reboot.target.wants/rpi-display-backlight.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/rpi-display-backlight.service
|
||||
1
systemd/system/remote-fs.target.wants/nfs-client.target
Symbolic link
1
systemd/system/remote-fs.target.wants/nfs-client.target
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/nfs-client.target
|
||||
1
systemd/system/sockets.target.wants/avahi-daemon.socket
Symbolic link
1
systemd/system/sockets.target.wants/avahi-daemon.socket
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/avahi-daemon.socket
|
||||
1
systemd/system/sockets.target.wants/triggerhappy.socket
Symbolic link
1
systemd/system/sockets.target.wants/triggerhappy.socket
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/triggerhappy.socket
|
||||
1
systemd/system/sshd.service
Symbolic link
1
systemd/system/sshd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/ssh.service
|
||||
1
systemd/system/sysinit.target.wants/fake-hwclock.service
Symbolic link
1
systemd/system/sysinit.target.wants/fake-hwclock.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/fake-hwclock.service
|
||||
1
systemd/system/sysinit.target.wants/keyboard-setup.service
Symbolic link
1
systemd/system/sysinit.target.wants/keyboard-setup.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/keyboard-setup.service
|
||||
1
systemd/system/sysinit.target.wants/systemd-timesyncd.service
Symbolic link
1
systemd/system/sysinit.target.wants/systemd-timesyncd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/systemd-timesyncd.service
|
||||
1
systemd/system/syslog.service
Symbolic link
1
systemd/system/syslog.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/rsyslog.service
|
||||
1
systemd/system/timers.target.wants/apt-daily-upgrade.timer
Symbolic link
1
systemd/system/timers.target.wants/apt-daily-upgrade.timer
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/apt-daily-upgrade.timer
|
||||
1
systemd/system/timers.target.wants/apt-daily.timer
Symbolic link
1
systemd/system/timers.target.wants/apt-daily.timer
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/apt-daily.timer
|
||||
1
systemd/system/timers.target.wants/logrotate.timer
Symbolic link
1
systemd/system/timers.target.wants/logrotate.timer
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/logrotate.timer
|
||||
1
systemd/system/timers.target.wants/man-db.timer
Symbolic link
1
systemd/system/timers.target.wants/man-db.timer
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/man-db.timer
|
||||
Reference in New Issue
Block a user