move init.d to autostart section
This commit is contained in:
parent
a40046fb23
commit
00163e9682
4 changed files with 14 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "NGINX"
|
title: "NGINX"
|
||||||
description: "Documentation about setting up NGINX to set up Home Assistant."
|
description: "Documentation about setting up Home Assistant with NGINX."
|
||||||
release_date: 2016-12-02 15:00:00 -0700
|
release_date: 2016-12-02 15:00:00 -0700
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
|
|
10
source/_ecosystem/systemd.markdown
Normal file
10
source/_ecosystem/systemd.markdown
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "System.d"
|
||||||
|
description: "Documentation about setting up System.d to set up Home Assistant."
|
||||||
|
release_date: 2016-12-02 15:00:00 -0700
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
---
|
|
@ -60,6 +60,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>{% active_link /getting-started/autostart-systemd/ Linux - systemd %}</li>
|
<li>{% active_link /getting-started/autostart-systemd/ Linux - systemd %}</li>
|
||||||
<li>{% active_link /getting-started/autostart-upstart/ Linux - Upstart %}</li>
|
<li>{% active_link /getting-started/autostart-upstart/ Linux - Upstart %}</li>
|
||||||
|
<li>{% active_link /getting-started/autostart-init.d/ Linux - init.d %}</li>
|
||||||
<li>{% active_link /getting-started/autostart-macos/ OS X %}</li>
|
<li>{% active_link /getting-started/autostart-macos/ OS X %}</li>
|
||||||
<li>{% active_link /getting-started/autostart-synology/ Synology NAS %}</li>
|
<li>{% active_link /getting-started/autostart-synology/ Synology NAS %}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "init.d daemon"
|
title: "Autostart using init.d"
|
||||||
description: "Documentation about setting up Home Assistant as a daemon within init.d."
|
description: "Documentation about setting up Home Assistant as a daemon running under init.d."
|
||||||
release_date: 2016-12-02 15:00:00 -0700
|
release_date: 2016-12-02 15:00:00 -0700
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
Loading…
Add table
Add a link
Reference in a new issue