Skip to content

Commit

Permalink
Merge pull request #165 from jordiprats/master
Browse files Browse the repository at this point in the history
docs
  • Loading branch information
jordiprats authored Oct 1, 2019
2 parents d41dc17 + b14aa42 commit fd9e555
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

## Overview

management of systemd services, services dropins, sockets, timers, timesyncd, journald, logind and resolved daemons
management of systemd services, services dropins, sockets, timers, mounts, automounts, tmpfiles, timesyncd, journald, logind and resolved

## Module Description

Expand All @@ -34,9 +34,12 @@ For systemd related questions please refer to [systemd man pages](https://www.fr

### What systemd affects

- Creates service definitions: **/etc/systemd/system/${servicename}.service**
- Creates socket definitions: **/etc/systemd/system/${servicename}.socket**
- Creates timer definitions: **/etc/systemd/system/${servicename}.timer**
- Creates service definitions: **/etc/systemd/system/${service_name}.service**
- Creates socket definitions: **/etc/systemd/system/${socker_name}.socket**
- Creates timer definitions: **/etc/systemd/system/${timer_name}.timer**
- Creates mount definitions: **/etc/systemd/system/${mount_name}.mount**
- Creates automount definitions: **/etc/systemd/system/${automount_name}.automount**
- Creates tmpfliles definitions: **/etc/tmpfiles.d/${item_name}.conf**
- Creates drop-in definitions: **/etc/systemd/system/${servicename}/${dropin_order}-${dropin_name}.service**
- Creates systemd/sys-v compatibility scripts
- Manages **/etc/systemd/logind.conf**
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eyp-systemd",
"version": "0.2.13",
"author": "eyp",
"summary": "management of systemd services, services dropins, sockets, timers, mounts, timesyncd, journald, logind and resolved",
"summary": "management of systemd services, services dropins, sockets, timers, mounts, automounts, tmpfiles, timesyncd, journald, logind and resolved",
"license": "Apache-2.0",
"source": "https://github.com/NTTCom-MS/eyp-systemd",
"project_page": "https://github.com/NTTCom-MS/eyp-systemd",
Expand Down

0 comments on commit fd9e555

Please sign in to comment.