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
|
||||
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
|
||||
sidebar: true
|
||||
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>
|
||||
<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-init.d/ Linux - init.d %}</li>
|
||||
<li>{% active_link /getting-started/autostart-macos/ OS X %}</li>
|
||||
<li>{% active_link /getting-started/autostart-synology/ Synology NAS %}</li>
|
||||
</ul>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
title: "init.d daemon"
|
||||
description: "Documentation about setting up Home Assistant as a daemon within init.d."
|
||||
title: "Autostart using 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
|
||||
sidebar: true
|
||||
comments: false
|
Loading…
Add table
Add a link
Reference in a new issue