From ce597f8c81bc5ce16dadd2bc291de1687a312412 Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 19 Apr 2018 19:03:22 +0200 Subject: [PATCH] Updated Install as a daemon (markdown) --- Install-as-a-daemon.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Install-as-a-daemon.md b/Install-as-a-daemon.md index 37db584..803cfaf 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -4,7 +4,7 @@ These steps are presented as guidelines. Your results may vary, depending on ope Use the following service script for CentOS, Fedora, openSUSE, Ubuntu, etc. that uses systemd. Installation notes: 1. Rename this file as you want, ensuring that it ends in .service e.g. 'seasoned.service'. -2. Adjust configuration settings as required. See configuration details below for more details. +2. Adjust configuration settings as required. See [configuration details](#configuration-details) below for more details. 3. Copy this file into your systemd service unit directory, which is often '/et/systemd/system' or '/lib/systemd/system'. 4. Enable boot-time autostart with the following commands: `systemctl daemon-reload` @@ -12,6 +12,7 @@ Installation notes: 5. Start seasonedShows with the following command: `systemctl start seasoned.service` or `service seasoned start` +Example configuration file: ``` # seasonedShows - Stats for Plex Media Server usage # @@ -36,7 +37,7 @@ Environment=NODE_ENV=production SEASONED_CONFIG=conf/development.json NODE_PATH= [Install] WantedBy=multi-user.target ``` -#### Configuration notes +### Configuration details - The example settings in this file assume that you will run seasoned as user: seasoned - To create this user and give it ownership of the tautulli directory: