Update upstart/systemd templates

This commit is contained in:
Chuck Short 2015-09-10 15:37:05 -04:00
parent 20c3ffd4b8
commit 145e9109f6
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ After=cgmanager.service lxc.service
Requires=cgmanager.service lxc.service Requires=cgmanager.service lxc.service
[Service] [Service]
ExecStart=/usr/bin/lxd --group lxd --tcp [::]:8443 --debug ExecStart=/usr/bin/lxd --group lxd --debug
KillMode=process KillMode=process
Restart=on-failure Restart=on-failure

View File

@ -6,4 +6,4 @@ stop on runlevel [06]
respawn respawn
exec /usr/bin/lxd --group lxd --tcp [::]:8443 --debug exec /usr/bin/lxd --group lxd --debug