Displaying 1 result from an estimated 1 matches for "dynamic_kernel_module_support".
2019 Feb 07
2
systemd
Hi All - I have a systemd service file to start my application.
Part of my service file is:
[Service]
Type=forking
ExecStart=/path to start
ExecStop=/path to stop
RemainAfterExit=yes
This works fine "normally".
However - when I do a "yum update; and reboot" my script detects a kernel
change and now does a number of "recompiling" steps for drivers and such
before