]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(memstrack): drop bash runtime requirement
authorKairui Song <kasong@tencent.com>
Thu, 6 Jan 2022 05:39:30 +0000 (13:39 +0800)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Wed, 2 Feb 2022 22:51:54 +0000 (22:51 +0000)
commit35822f39970b369301e0ff54436d5714dd996896
treefaf7be87184b1987964c50d7017712050e43ebd3
parentb3d2dcb71e7af8f605f5f66041ed3c801333e5f1
fix(memstrack): drop bash runtime requirement

Use nohup instead of disown, and let systemd track the service properly.
This makes the scripts POSIX compatible and bash is no longer needed.

Signed-off-by: Kairui Song <kasong@tencent.com>
modules.d/99memstrack/memstrack-start.sh
modules.d/99memstrack/memstrack.service
modules.d/99memstrack/module-setup.sh