From b0eb2d0991d084c6bb2c42f5c60b766262baaaee Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 19 Apr 2018 19:00:37 +0200 Subject: [PATCH] Updated Install as a daemon (markdown) --- Install-as-a-daemon.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Install-as-a-daemon.md b/Install-as-a-daemon.md index 118f6c0..37db584 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -13,6 +13,10 @@ Installation notes: `systemctl start seasoned.service` or `service seasoned start` ``` +# seasonedShows - Stats for Plex Media Server usage +# +# Service Unit file for systemd system manager + [Unit] Description=seasonedShows API @@ -48,4 +52,5 @@ WantedBy=multi-user.target ## Ubuntu (<15.10) The path you installed seasonedShows will need to be specified in the *run* section. A common mistake is that a daemon user has no read and/or write permissions, or that the wrong path is specified for node. -For other versions of ubuntu. \ No newline at end of file +For other versions of ubuntu. +TODO \ No newline at end of file