Updated Linux (markdown)

master
Hunter Long 2019-02-12 13:08:52 -08:00
parent 3431182195
commit c22be1c4c6
1 changed files with 6 additions and 0 deletions

@ -11,6 +11,12 @@ If you are using [snap](https://snapcraft.io/statping), you can simply run this
sudo snap install statping
```
# Compiling SCSS for Custom Theme
Statping requires `sass` to be installed to the local machine to compile SCSS into CSS if you want to use the Custom Theme features.
- Node: `npm install sass -g`
- Ruby: `gem install sass`
## Systemd Service
Setting up a systemd service is a great way to make sure your Statping server will automatically reboot when needed. You can use the file below for your service. You should have Statping already installed by this step.
###### /etc/systemd/system/statping.service