From 38d2a91b261e9c4ff51e41a3528b03c7177994e1 Mon Sep 17 00:00:00 2001 From: emartec-ca Date: Sun, 3 Apr 2016 19:39:46 -0400 Subject: [PATCH] Update autostart.markdown Per the link systemd is used by default in Jessie instead of upstart (not specifically for the Pi but still): https://wiki.debian.org/FAQsFromDebianUser#systemd Running ps -p 1 -o comm= on my pi gives systemd as well. --- source/getting-started/autostart.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/autostart.markdown b/source/getting-started/autostart.markdown index c10625a3b12..77b9cdc1e6e 100644 --- a/source/getting-started/autostart.markdown +++ b/source/getting-started/autostart.markdown @@ -20,7 +20,7 @@ footer: true
-Many linux distributions use the Upstart system (or similar) for managing daemons. Typically, systems based on Debian 7 or previous use Upstart. This includes Ubuntu releases before 15.04 and all current Raspian releases. If you are unsure if your system is using Upstart, you may check with the following command: +Many linux distributions use the Upstart system (or similar) for managing daemons. Typically, systems based on Debian 7 or previous use Upstart. This includes Ubuntu releases before 15.04. If you are unsure if your system is using Upstart, you may check with the following command: ```bash $ ps -p 1 -o comm=