mbox series

[v4,0/2] systemd generic startup

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

Message

Freihofer, Adrian Oct. 15, 2019, 8:24 a.m. UTC
Added KillMode=mixed to swupdate.service.
There are not other changes in comparison to V3.

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          | 11 +++++++++++
 startup/systemd/swupdate.sh               | 28 ++++++++++++++++++++++++++++
 startup/systemd/swupdate.socket           | 11 +++++++++++
 startup/systemd/tmpfiles-swupdate.conf    |  2 ++
 12 files changed, 124 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