<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi!<br>
<br>
I was reading systemd.unit man which states -- <br>
<br>
<code class="filename">/etc/systemd/system<br>
<br>
As a directory for unit configuration, or something similar to
conf.d<br>
<br>
But in Fedora, this directory just contains symlinks to other
units (.service and .target) and empty directories -- <br>
<br>
. default.target
multi-user.target.wants syslog.service<br>
.. default.target.wants
printer.target.wants system-update.target.wants<br>
bluetooth.target.wants display-manager.service
sockets.target.wants<br>
dbus-org.bluez.service getty.target.wants
spice-vdagentd.target.wants<br>
dbus-org.freedesktop.Avahi.service graphical.target.wants
sysinit.target.wants<br>
<br>
Making me suspicious of this directory.<br>
<br>
So where can I get documentation of unit configuration?<br>
</code>
</body>
</html>