Skip to content

Commit

Permalink
Merge pull request #29 from jordiprats/master
Browse files Browse the repository at this point in the history
 	updated docs an changelog
  • Loading branch information
jordiprats authored Feb 25, 2017
2 parents 6ef944e + 937680b commit 943e3e4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# CHANGELOG

## 0.1.23

* Added StartLimitInterval and StartLimitBurst - thanks to [steveniemitz](https://github.com/steveniemitz) for this PR
* Fixed UMask casing and removed redundant default - thanks to [steveniemitz](https://github.com/steveniemitz) for this PR

## 0.1.22

* added to **systemd::service**
* environment_files - thanks to **oOHenry** for this PR
* environment_files - thanks to [oOHenry](https://github.com/oOHenry) for this PR
* umask
* nice
* oom_score_adjust
Expand Down Expand Up @@ -49,7 +54,7 @@

## 0.1.17

* added **env_vars** - thanks to **dzmitryv** for this PR
* added **env_vars** - thanks to [dzmitryv](https://github.com/dzmitryv) for this PR
* added options:
* after
* remain_after_exit
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,11 @@ root 7173 0.0 0.0 107896 608 ? S 10:34 0:00 \_ sleep 10m
* **working_directory**: Takes a directory path relative to the service's root directory specified by RootDirectory= (default: undef)
* **root_directory**: Sets the root directory for executed processes, with the chroot(2) system call (default: undef)
* **environment_files**: Similar to **env_vars** but reads the environment variables from a text file. The text file should contain new-line-separated variable assignments. Empty lines, lines without an "=" separator, or lines starting with ; or # will be ignored, which may be used for commenting. A line ending with a backslash will be concatenated with the following one, allowing multiline variable definitions (default: undef)
* **umask**: Controls the file mode creation mask. Takes an access mode in octal notation. (default: 0022)
* **umask**: Controls the file mode creation mask. Takes an access mode in octal notation. (default: undef)
* **nice**: Sets the default nice level (scheduling priority) for executed processes. Takes an integer between -20 *highest priority* and 19 *lowest priority* (default: undef)
* **oom_score_adjust**: Sets the adjustment level for the **Out-Of-Memory killer** for executed processes. Takes an integer between -1000 *to disable OOM killing* and 1000 *to make killing of this process under memory pressure very likely* (default: undef)
* **startlimitinterval**: Configures the checking interval (default: undef)
* **startlimitburst**: Configures how many starts per interval are allowed (default: undef)


#### systemd::sysvwrapper
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eyp-systemd",
"version": "0.1.22",
"version": "0.1.23",
"author": "eyp",
"summary": "management of systemd services (/etc/systemd/system/...)",
"license": "Apache-2.0",
Expand Down

0 comments on commit 943e3e4

Please sign in to comment.