From 2a35875351b8a968095634d22a91d8504bb24187 Mon Sep 17 00:00:00 2001 From: Peter Stevenson <2e0pgs@gmail.com> Date: Sun, 26 Nov 2017 14:38:39 +0000 Subject: [PATCH] Added crontab auto start instructions for Ubuntu Server. --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 56ccbb3..dcd404e 100644 --- a/Installation.md +++ b/Installation.md @@ -39,7 +39,7 @@ PlexPy will be installed to `/opt/plexpy`. * Type: `cd plexpy` * Type: `python PlexPy.py` * PlexPy will be loaded in your browser or listening @ http://localhost:8181 -* To start PlexPy on startup, refer to [[Install as a daemon]] +* To start PlexPy on startup, refer to [[Install as a daemon]] or use `contab -e` if running Ubuntu and insert `@reboot python2.7 ~/plexpy/PlexPy.py` replace location of executable as needed. e.g. `/opt/plexpy` ## FreeBSD