Skip to content

Commit

Permalink
Add few periods in the README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
sh1r4s3 committed Aug 4, 2019
1 parent f96cb51 commit ef4e856
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ The building procedure is straight forward:

* Run autoconf in the source directory to get configure script: `$ autoconf`.
* Conifgure: `$ ./configure`.
* Build program with GNU make: `$ make`
* Install: `$ make install`
* To uninstall use the following command: `$ make uninstall`
* Build program with GNU make: `$ make`.
* Install: `$ make install`.
* To uninstall use the following command: `$ make uninstall`.

The **runns** daemon will create a socket for communication with clients.
Communication with this socket allowed only for users in the *runns* group.
* Create *runns* group: `groupadd runns`
* Add a user USERNAME to the *runns* group: `usermod -a -G runns USERNAME`
* Create *runns* group: `groupadd runns`.
* Add a user USERNAME to the *runns* group: `usermod -a -G runns USERNAME`.
### runns
This is a main daemon. This daemon opens an UNIX socket in `/var/run/runns/runns.socket` and provides logs via *syslog*.
### runnsctl
Expand Down

0 comments on commit ef4e856

Please sign in to comment.