From eff9d9b61c987281d3e28f35a29adb195571c5c3 Mon Sep 17 00:00:00 2001 From: Mark Lopez Date: Thu, 28 Jul 2016 19:56:43 -0500 Subject: [PATCH] Linked file to repo. --- Install-as-a-daemon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-as-a-daemon.md b/Install-as-a-daemon.md index 92703e8..2708d3e 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -22,7 +22,7 @@ For other versions of Ubuntu: * Optional: * `sudo adduser --system --no-create-home plexpy` * `sudo chown plexpy:nogroup -R /opt/plexpy` -* Adjust settings in `/etc/default/plexpy`. See the comments in `/opt/plexpy/init-scripts/init.ubuntu` for the list of parameters. +* Adjust settings in `/etc/default/plexpy`. See the comments in [`/opt/plexpy/init-scripts/init.ubuntu`](https://github.com/drzoidberg33/plexpy/blob/master/init-scripts/init.ubuntu) for the list of parameters. * `sudo chmod +x /opt/plexpy/init-scripts/init.ubuntu` * `sudo ln -s /opt/plexpy/init-scripts/init.ubuntu /etc/init.d/plexpy` * `sudo update-rc.d plexpy defaults`