From 0ed1aef4efcf9c307385568582395d222dbbc27c Mon Sep 17 00:00:00 2001 From: Bjango Date: Sat, 5 Aug 2017 07:43:38 +1000 Subject: [PATCH] Readme updates --- README | 4 ++++ readme.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/README b/README index 5f8a17e..398904f 100644 --- a/README +++ b/README @@ -32,6 +32,10 @@ Building and starting iStat Server A default passcode is generated on install. It can be found in the preference file, which is generally located at /usr/local/etc/istatserver/istatserver.conf. iStat for iOS and iStat for macOS will ask for this passcode the first time you connect to your computer. +Upgrading iStat Server +Upgrades follow the same process as standard installs. Please stop istatserver if its running then run the normal build process. + + Example boot scripts for rc.d, upstart and system are located inside the resources folder. You may need to customize these depending on your OS Starting with systemd diff --git a/readme.md b/readme.md index 1047416..67b1a14 100644 --- a/readme.md +++ b/readme.md @@ -38,6 +38,11 @@ A 5 digit passcode is generated by the install script. It can be found in the pr ----- +### Upgrading iStat Server +Upgrades follow the same process as standard installs. Please stop istatserver if its running then run the normal build process. + +----- + ### Starting iStat Server at boot iStat Server does not install any scripts to start itself at boot. Sample scripts for rc.d, upstart and systemd are included in the resources directory. You may need to customize them depending on your OS.