diff options
author | Karel Kočí <cynerd@email.cz> | 2021-12-21 17:23:58 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-12-21 17:23:58 +0100 |
commit | 1ae0a95cb667d85305fcc59d36fdb084a0369995 (patch) | |
tree | d067a942a2288c88e25f8d120507ca3f8c3cdad9 /app-emulation/lxd/files/lxd-containers-4.0.0.service | |
parent | 32b6edbaab6f2948fd3cd48c2cc5dc7db591145c (diff) | |
download | gentoo-personal-overlay-1ae0a95cb667d85305fcc59d36fdb084a0369995.tar.gz gentoo-personal-overlay-1ae0a95cb667d85305fcc59d36fdb084a0369995.tar.bz2 gentoo-personal-overlay-1ae0a95cb667d85305fcc59d36fdb084a0369995.zip |
app-emulation/lxd: remove as it is in upstream
Diffstat (limited to 'app-emulation/lxd/files/lxd-containers-4.0.0.service')
-rw-r--r-- | app-emulation/lxd/files/lxd-containers-4.0.0.service | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/app-emulation/lxd/files/lxd-containers-4.0.0.service b/app-emulation/lxd/files/lxd-containers-4.0.0.service deleted file mode 100644 index 894760c..0000000 --- a/app-emulation/lxd/files/lxd-containers-4.0.0.service +++ /dev/null @@ -1,16 +0,0 @@ -[Unit] -Description=LXD - container startup/shutdown -Documentation=man:lxd(1) -After=lxd.socket lxd.service -Requires=lxd.socket - -[Service] -Type=oneshot -ExecStart=/usr/sbin/lxd activateifneeded -ExecStop=/usr/sbin/lxd shutdown -TimeoutStartSec=600s -TimeoutStopSec=600s -RemainAfterExit=yes - -[Install] -WantedBy=multi-user.target |