Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[dsme] Enlist as dsme process watchdog client. JB#38433
In addition to ensuring that usb-moded gets restarted in case it gets stuck,
the process watchdog ping-pong allows scheduling of maintenance tasks at
times when system is going to be active anyway.

Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  • Loading branch information
spiiroin committed Apr 26, 2017
1 parent 78ae283 commit e1dc87e
Show file tree
Hide file tree
Showing 3 changed files with 625 additions and 108 deletions.
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -99,6 +99,7 @@ PKG_CHECK_MODULES([USB_MODED], [
libkmod
ssu-sysinfo
libsystemd
dsme
])

AC_SUBST(USB_MODED_LIBS)
Expand Down
1 change: 1 addition & 0 deletions rpm/usb-moded.spec
Expand Up @@ -16,6 +16,7 @@ BuildRequires: pkgconfig(libkmod)
BuildRequires: doxygen
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(ssu-sysinfo)
BuildRequires: pkgconfig(dsme)

Requires: lsof
Requires: usb-moded-configs
Expand Down

0 comments on commit e1dc87e

Please sign in to comment.