diff --git a/templates/lxd_service b/templates/lxd_service index 366b87c..de70e2b 100644 --- a/templates/lxd_service +++ b/templates/lxd_service @@ -4,7 +4,7 @@ After=cgmanager.service lxc.service Requires=cgmanager.service lxc.service [Service] -ExecStart=/usr/bin/lxd --group lxd --tcp [::]:8443 --debug +ExecStart=/usr/bin/lxd --group lxd --debug KillMode=process Restart=on-failure diff --git a/templates/lxd_upstart b/templates/lxd_upstart index 26085b9..95e6aba 100644 --- a/templates/lxd_upstart +++ b/templates/lxd_upstart @@ -6,4 +6,4 @@ stop on runlevel [06] respawn -exec /usr/bin/lxd --group lxd --tcp [::]:8443 --debug +exec /usr/bin/lxd --group lxd --debug