Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Fix README headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dasavick committed Mar 3, 2019
1 parent 5ef4999 commit a47e3b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## ScreenD - Daemon with smaller daemons
# ScreenD - Daemon with smaller daemons
Simple screen daemon written in Go.

### Installation
## Installation
- `sudo su -`
- `cd /root`
- `git clone https://github.com/OkaeriPoland/screend`
Expand All @@ -14,11 +14,11 @@ Simple screen daemon written in Go.
- `update.rc screend defaults`
- `/etc/init.d/screend start`

### Removal
## Removal
- `update.rc screend remove`
- `sudo rm -rf /root/screend /etc/init.d/screend`

### Configuration
## Configuration
To add own screen to screend create new .ini file in `/root/screend/daemons`, then run `/etc/init.d/screend restart`

```ini
Expand All @@ -34,5 +34,5 @@ command = bash
enabled = true
```

### Protip
As current installation method sucks, you can edit `screend.sh` and install screend in way you like. If you know what you are doing, of course.
## Protip
As current installation method sucks, you can edit `screend.sh` and install screend in way you like. If you know what you are doing, of course.

0 comments on commit a47e3b9

Please sign in to comment.