From: Lennart Poettering Date: Thu, 16 Jan 2020 15:36:33 +0000 (+0100) Subject: man: suggest SYSTEMD_WANTS usage instead of RUN for long running processes X-Git-Tag: v245-rc1~109^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49dd0c161a1e81a46c8489056b7d5377821b0945;p=thirdparty%2Fsystemd.git man: suggest SYSTEMD_WANTS usage instead of RUN for long running processes Fixes: #14259 --- diff --git a/man/udev.xml b/man/udev.xml index 09254f818ec..9b97ee63d91 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -465,6 +465,10 @@ that is enforced on systemd-udevd.service. Please also note that := and = are clearing both, program and builtin commands. + In order to activate long-running processes from udev rules, provide a service unit, and + pull it in from a udev device using the SYSTEMD_WANTS device property. See + systemd.device5 + for details.