Systemd: Difference between revisions
Jump to navigation
Jump to search
Created page with '== Description == systemd is a system and session manager for Linux. == Kernel settings == First of all you need a recent kernel version >=2.6.36-rc1 and some kernel options set...' |
No edit summary |
||
| Line 26: | Line 26: | ||
Security options ---> | Security options ---> | ||
[*] Enable different security models | [*] Enable different security models | ||
</pre> | |||
}} | |||
== Paludis configuration == | |||
=== Unmask currently masked vala === | |||
{{Box File|/etc/paludis/package_unmask.conf| | |||
<pre> | |||
dev-lang/vala | |||
</pre> | |||
}} | |||
=== System and package options === | |||
{{Box File|/etc/paludis/options.conf| | |||
<pre> | |||
*/* systemd | |||
</pre> | </pre> | ||
}} | }} | ||
Revision as of 15:05, 12 October 2010
Description
systemd is a system and session manager for Linux.
Kernel settings
First of all you need a recent kernel version >=2.6.36-rc1 and some kernel options set.
| Linux Kernel Configuration: Kernel .config |
General setup ---> [*] Control Group support ---> [*] Namespace cgroup subsystem [*] Freezer cgroup subsystem [*] Device controller for cgroups [*] Simple CPU accounting cgroup subsystem [*] Group CPU scheduler ---> [*] Group scheduling for SCHED_OTHER <*> Block IO controller Device Drivers ---> Generic Driver Options ---> [*] Maintain a devtmpfs filesystem to mount at /dev File systems ---> [*] Filesystem wide access notification [*] fanotify permissions checking < > Kernel automounter support <*> Kernel automounter version 4 support (also supports v3) Security options ---> [*] Enable different security models |