mbox series

[v3,0/2] systemd generic startup

Message ID 20191012183928.27004-1-adrian.freihofer@siemens.com
Headers show
Series systemd generic startup | expand

Message

Freihofer, Adrian Oct. 12, 2019, 6:39 p.m. UTC
Patch 1/2 is equal to patch 1/1 of v2
Patch 2/2 add a configuration option to Kconfig

Adrian Freihofer (2):
  systemd generic startup
  Add Kconfig option for new systemd files

 Kconfig                                   | 12 ++++++++++++
 Makefile                                  | 20 ++++++++++++++++++++
 Makefile.flags                            |  3 +++
 doc/source/swupdate.rst                   | 29 +++++++++++++++++------------
 startup/systemd/10-mongoose-args          |  1 +
 startup/systemd/swupdate-progress.service |  9 +++++++++
 startup/systemd/swupdate-usb.rules        |  2 ++
 startup/systemd/swupdate-usb@.service     |  8 ++++++++
 startup/systemd/swupdate.service          | 10 ++++++++++
 startup/systemd/swupdate.sh               | 28 ++++++++++++++++++++++++++++
 startup/systemd/swupdate.socket           | 11 +++++++++++
 startup/systemd/tmpfiles-swupdate.conf    |  2 ++
 12 files changed, 123 insertions(+), 12 deletions(-)
 create mode 100644 startup/systemd/10-mongoose-args
 create mode 100644 startup/systemd/swupdate-progress.service
 create mode 100644 startup/systemd/swupdate-usb.rules
 create mode 100644 startup/systemd/swupdate-usb@.service
 create mode 100644 startup/systemd/swupdate.service
 create mode 100644 startup/systemd/swupdate.sh
 create mode 100644 startup/systemd/swupdate.socket
 create mode 100644 startup/systemd/tmpfiles-swupdate.conf