commit: ddd91d013c3a1a2001957b91ded9c9a7fa46d8e6 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Nov 13 17:00:33 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon Nov 15 21:55:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd91d01
app-emulation/lxd: remove unused patches Closes: https://github.com/gentoo/gentoo/pull/22932 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-emulation/lxd/files/lxd-4.0.0.service | 20 -------------------- app-emulation/lxd/files/lxd-4.0.0_apparmor.service | 21 --------------------- 2 files changed, 41 deletions(-) diff --git a/app-emulation/lxd/files/lxd-4.0.0.service b/app-emulation/lxd/files/lxd-4.0.0.service deleted file mode 100644 index c2e9db8aa8ae..000000000000 --- a/app-emulation/lxd/files/lxd-4.0.0.service +++ /dev/null @@ -1,20 +0,0 @@ -[Unit] -Description=LXD - main daemon -After=network-online.target lxcfs.service lxd.socket -Requires=network-online.target lxcfs.service lxd.socket -Documentation=man:lxd(1) - -[Service] -EnvironmentFile=-/etc/environment -ExecStart=/usr/sbin/lxd --group lxd --logfile=/var/log/lxd/lxd.log -ExecStartPost=/usr/sbin/lxd waitready --timeout=600 -KillMode=process -TimeoutStartSec=600s -TimeoutStopSec=30s -Restart=on-failure -LimitNOFILE=1048576 -LimitNPROC=infinity -TasksMax=infinity - -[Install] -Also=lxd-containers.service lxd.socket diff --git a/app-emulation/lxd/files/lxd-4.0.0_apparmor.service b/app-emulation/lxd/files/lxd-4.0.0_apparmor.service deleted file mode 100644 index 5e688d9c098c..000000000000 --- a/app-emulation/lxd/files/lxd-4.0.0_apparmor.service +++ /dev/null @@ -1,21 +0,0 @@ -[Unit] -Description=LXD - main daemon -After=network-online.target lxcfs.service lxd.socket -Requires=network-online.target lxcfs.service lxd.socket -Documentation=man:lxd(1) - -[Service] -EnvironmentFile=-/etc/environment -ExecStartPre=/usr/libexec/lxc/lxc-apparmor-load -ExecStart=/usr/sbin/lxd --group lxd --logfile=/var/log/lxd/lxd.log -ExecStartPost=/usr/sbin/lxd waitready --timeout=600 -KillMode=process -TimeoutStartSec=600s -TimeoutStopSec=30s -Restart=on-failure -LimitNOFILE=1048576 -LimitNPROC=infinity -TasksMax=infinity - -[Install] -Also=lxd-containers.service lxd.socket
