diff options
author | Tom Gundersen <teg@jklm.no> | 2012-05-15 01:44:52 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-05-29 12:48:18 +0200 |
commit | 6aae67af18fcb9af1ab47c7dd4bfd9c265f0203b (patch) | |
tree | 5fab7dbe3b0f28abb3d65b73d670b0ccc08f54fa /rc.multi | |
parent | 6f3ad111dd2dc18e0d393d59e3a1b383e69d0741 (diff) |
tmpfiles,sysctl,binfmt: use the systemd tools
No point in reinventing the wheel.
These and other tools are shipped in the systemd-tools
package. Functionality should be unchanged, but we no
longer have to maintain the code.
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.multi')
-rwxr-xr-x | rc.multi | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,10 +9,10 @@ run_hook multi_start # Load sysctl config files -[[ -x /usr/lib/initscripts/arch-sysctl ]] && /usr/lib/initscripts/arch-sysctl +/usr/lib/systemd/systemd-sysctl # Load additional binary formats -[[ -x /usr/lib/initscripts/arch-binfmt ]] && /usr/lib/initscripts/arch-binfmt +/usr/lib/systemd/systemd-binfmt # Start daemons for daemon in "${DAEMONS[@]}"; do |