From b8c66e4cbfdd8bc8275c66325260f1437d59c0a8 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Tue, 13 Mar 2018 01:40:14 -0400 Subject: [PATCH] Add kalliope service command --- content/post/self-hosted-voice-control.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/post/self-hosted-voice-control.md b/content/post/self-hosted-voice-control.md index 9d4e507..0087ea7 100644 --- a/content/post/self-hosted-voice-control.md +++ b/content/post/self-hosted-voice-control.md @@ -169,6 +169,7 @@ Install and enable the systemd unit file using a full path; this is a relatively ``` pi@kalliope:~$ sudo systemctl enable /srv/kalliope-config/kalliope.service +pi@kalliope:~$ sudo systemctl start kalliope.service ``` ## The Next Steps