F17 Systemd modifying

Frank Murphy frankly3d at gmail.com
Fri Jan 20 13:08:20 UTC 2012


Comments are mine.

I have two ideas below.

file:///lib/systemd/system/systemd-logind.service

contains the following:

[Unit]
Description=Login Service

How can I change this to:
[Unit]
After=yum-updateonboot.service

as a file in /etc/systemd/system/
so the  line above will be parsed,
and then continue onto the original file.

//**
that way updates to
systemd-units
should not bork me. */

//* there is no actual yum-updateonboot.service,
but yum-updateonboot does exist in:
/etc/init.d/yum-updateonboot & /erc/rc*.d/
**//

Or, try trick it, more likely myself.

ln -s /etc/systemd/system/multi-user.target.wants/yum-updateonboot 
/etc/init.d/yum-updateonboot


-- 
Regards,

Frank Murphy
UTF_8 Encoded


More information about the test mailing list