first commit

This commit is contained in:
STP
2019-11-26 21:36:24 +01:00
commit d9ad30ccf3
2899 changed files with 168823 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1 @@
/lib/systemd/system/avahi-daemon.service

View File

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

View File

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

View File

@ -0,0 +1 @@
/lib/systemd/system/graphical.target

View File

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

View File

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

View File

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

View File

@ -0,0 +1 @@
/lib/systemd/system/accounts-daemon.service

View File

@ -0,0 +1 @@
/lib/systemd/system/anacron-resume.service

View File

@ -0,0 +1 @@
/lib/systemd/system/anacron-resume.service

View File

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

View File

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

View File

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

View File

@ -0,0 +1 @@
/lib/systemd/system/avahi-daemon.service

View File

@ -0,0 +1 @@
/lib/systemd/system/avahi-dnsconfd.service

View File

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

View File

@ -0,0 +1 @@
/lib/systemd/system/cups-browsed.service

View File

@ -0,0 +1 @@
/lib/systemd/system/cups.path

View File

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

View File

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

View File

@ -0,0 +1 @@
/lib/systemd/system/pppd-dns.service

View File

@ -0,0 +1 @@
/lib/systemd/system/remote-fs.target

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1 @@
/dev/null

View File

@ -0,0 +1 @@
/lib/systemd/system/unattended-upgrades.service

View File

@ -0,0 +1 @@
/lib/systemd/system/tlp-sleep.service

View File

@ -0,0 +1 @@
/lib/systemd/system/apport-forward.socket

View File

@ -0,0 +1 @@
/lib/systemd/system/avahi-daemon.socket

View File

@ -0,0 +1 @@
/lib/systemd/system/cups.socket

View File

@ -0,0 +1 @@
/lib/systemd/system/uuidd.socket

View File

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

View File

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

View File

@ -0,0 +1,21 @@
[Unit]
Description=SSH key generation on first startup
Before=ssh.service
ConditionPathExists=|!/etc/ssh/ssh_host_key
ConditionPathExists=|!/etc/ssh/ssh_host_key.pub
ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key
ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub
ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key
ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key.pub
ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key
ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key.pub
ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key
ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key.pub
[Service]
ExecStart=/usr/bin/ssh-keygen -A
Type=oneshot
RemainAfterExit=yes
[Install]
WantedBy=ssh.service

View File

@ -0,0 +1 @@
/lib/systemd/system/anacron-resume.service

View File

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

View File

@ -0,0 +1 @@
/lib/systemd/system/friendly-recovery.service

View File

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

View File

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

View File

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

View File

@ -0,0 +1,16 @@
[Unit]
Description = TeamViewer remote control daemon
After = NetworkManager-wait-online.service network.target network-online.target dbus.service
Wants = NetworkManager-wait-online.service network-online.target
Requires = dbus.service
[Service]
Type = forking
PIDFile = /var/run/teamviewerd.pid
ExecStart = /opt/teamviewer/tv_bin/teamviewerd -d
Restart = on-abort
StartLimitInterval = 60
StartLimitBurst = 10
[Install]
WantedBy = multi-user.target

View File

@ -0,0 +1 @@
/lib/systemd/system/apt-daily.timer

View File

@ -0,0 +1 @@
/dev/null