Update name
This commit is contained in:
parent
3f195eba94
commit
30e3e67115
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Autostart using SystemD"
|
title: "Autostart using systemd"
|
||||||
description: "Instructions how to setup Home Assistant to launch on boot using SystemD."
|
description: "Instructions how to setup Home Assistant to launch on boot using systemd."
|
||||||
date: 2015-9-1 22:57
|
date: 2015-9-1 22:57
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
|
@ -9,7 +9,7 @@ sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Newer linux distributions are trending towards using systemd for managing daemons. Typically, systems based on Fedora or Debian 8 or later use systemd. This includes Ubuntu releases including and after 15.04, CentOS, and Red Hat. If you are unsure if your system is using `systemd`, you may check with the following command:
|
Newer linux distributions are trending towards using `systemd` for managing daemons. Typically, systems based on Fedora, ArchLinux, or Debian (8 or later) use `systemd`. This includes Ubuntu releases including and after 15.04, CentOS, and Red Hat. If you are unsure if your system is using `systemd`, you may check with the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ps -p 1 -o comm=
|
$ ps -p 1 -o comm=
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue