summaryrefslogtreecommitdiffstats
path: root/mkosi.skeleton
diff options
context:
space:
mode:
authordennis <dennis@mrslave>2019-11-12 11:10:57 +0100
committerdennis <dennis@mrslave>2019-11-12 11:10:57 +0100
commit83e44519614ad5db7b88a6c66acbc0127298ae22 (patch)
tree34f6bb1f03c81eefde8761527a9b7cb06cae65e0 /mkosi.skeleton
parentfuck ubuntus motd (diff)
downloadmkosi-radarr-83e44519614ad5db7b88a6c66acbc0127298ae22.tar.gz
moving from skeleton to extra
Diffstat (limited to 'mkosi.skeleton')
-rw-r--r--mkosi.skeleton/etc/apt/apt.conf.d/20auto-upgrades6
-rw-r--r--mkosi.skeleton/etc/apt/apt.conf.d/50unattended-upgrades33
l---------mkosi.skeleton/etc/systemd/system/multi-user.target.wants/sonarr.service1
-rw-r--r--mkosi.skeleton/etc/systemd/system/sonarr.service17
4 files changed, 0 insertions, 57 deletions
diff --git a/mkosi.skeleton/etc/apt/apt.conf.d/20auto-upgrades b/mkosi.skeleton/etc/apt/apt.conf.d/20auto-upgrades
deleted file mode 100644
index 8504436..0000000
--- a/mkosi.skeleton/etc/apt/apt.conf.d/20auto-upgrades
+++ /dev/null
@@ -1,6 +0,0 @@
-APT::Periodic::Unattended-Upgrade "1";
-
-APT::Periodic::Update-Package-Lists "1";
-
-
-APT::Periodic::AutocleanInterval "7";
diff --git a/mkosi.skeleton/etc/apt/apt.conf.d/50unattended-upgrades b/mkosi.skeleton/etc/apt/apt.conf.d/50unattended-upgrades
deleted file mode 100644
index f996348..0000000
--- a/mkosi.skeleton/etc/apt/apt.conf.d/50unattended-upgrades
+++ /dev/null
@@ -1,33 +0,0 @@
-// Unattended-Upgrade::Origins-Pattern controls which packages are
-// upgraded.
-Unattended-Upgrade::Origins-Pattern {
- "origin=Ubuntu,archive=${distro_codename}-security";
- "o=Ubuntu,a=${distro_codename}";
- "o=Ubuntu,a=${distro_codename}-updates";
- "o=Ubuntu,a=${distro_codename}-proposed-updates";
- "o=Ubuntu,n=${distro_codename}-backports";
- };
-
-// List of packages to not update (regexp are supported)
-Unattended-Upgrade::Package-Blacklist {
-};
-
-
-// Split the upgrade into the smallest possible chunks so that
-// they can be interrupted with SIGUSR1. This makes the upgrade
-// a bit slower but it has the benefit that shutdown while a upgrade
-// is running is possible (with a small delay)
-Unattended-Upgrade::MinimalSteps "true";
-
-
-// Do automatic removal of new unused dependencies after the upgrade
-// (equivalent to apt-get autoremove)
-Unattended-Upgrade::Remove-Unused-Dependencies "true";
-
-
-// Do upgrade application even if it requires restart after upgrade
-// I.e. "XB-Upgrade-Requires: app-restart" is set in the debian/control file
-Unattended-Upgrade::IgnoreAppsRequireRestart "true";
-
-// Automatically run "dpkg --force-confold --configure -a".
-Unattended-Upgrade::AutoFixInterruptedDpkg "true";
diff --git a/mkosi.skeleton/etc/systemd/system/multi-user.target.wants/sonarr.service b/mkosi.skeleton/etc/systemd/system/multi-user.target.wants/sonarr.service
deleted file mode 120000
index c518c7e..0000000
--- a/mkosi.skeleton/etc/systemd/system/multi-user.target.wants/sonarr.service
+++ /dev/null
@@ -1 +0,0 @@
-../sonarr.service \ No newline at end of file
diff --git a/mkosi.skeleton/etc/systemd/system/sonarr.service b/mkosi.skeleton/etc/systemd/system/sonarr.service
deleted file mode 100644
index 86b461b..0000000
--- a/mkosi.skeleton/etc/systemd/system/sonarr.service
+++ /dev/null
@@ -1,17 +0,0 @@
-[Unit]
-Description=Sonarr Daemon
-After=network.target
-
-[Service]
-User=warez
-Group=warez
-Umask=022
-
-Type=simple
-ExecStart=/usr/bin/mono /opt/NzbDrone/NzbDrone.exe -nobrowser -data=/config
-TimeoutStopSec=20
-KillMode=process
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target