- 13 Nov, 2012 1 commit
-
-
Lukáš Jirkovský authored
Interpret exscape sequences in the filessytem target while unmounting. Having recursive unmount would be probably better (see falconindy's comment on the bug), but IMO this workaround is good enough. [tomegun: recursive umount will almost certainly be in next util-linux, but that is still some time away, so we take this for now.] Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 14 Oct, 2012 1 commit
-
-
Tom Gundersen authored
Make it clear that rc.conf is the config file for initscripts. Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 07 Oct, 2012 3 commits
-
-
Tom Gundersen authored
Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
Tom Gundersen authored
This should hopefully help against people accidentally both using legacy units and native units for the same service at the same time. Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
Tom Gundersen authored
The user should pick what daemons to use, no need to provide default ones. In particular as this is also used by systemd, where the default units no longer make sense. Suggested-by:
Thomas Bächler <thomas@archlinux.org> Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 06 Oct, 2012 1 commit
-
-
Tom Gundersen authored
We now no longer support reading the MODULES array when booting with systemd. The support is kept in initscripts (though a warning is printed) for sake of compatibility. Both initscripts and systemd should be using the new modules-load.d syntax and we should remove all mention of the old from varios documentation, for the sake of simplicity. Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 03 Oct, 2012 1 commit
-
-
Tom Gundersen authored
This reflects the mainline PKGBUILD. Depend on systemd, rather than systemd-tools and only optdepend on sysvinit.
-
- 02 Oct, 2012 1 commit
-
-
Tom Gundersen authored
No idea how I did not spot this obvious bug. [tomegun: note to self, I didn't spot the bug because it is only a problem when not booting with an initramfs...] Fixes: FS#31765 Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 27 Sep, 2012 1 commit
-
-
Tom Gundersen authored
Also properly check for the deprecated use of rc.conf for this purpose, as we were getting lots of false positives. Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 27 Aug, 2012 2 commits
-
-
Tom Gundersen authored
Conflicts: functions
-
Tom Gundersen authored
The new locale.sh makes DAEMON_LOCALE redundant, so we remove that functionality. A post-upgrade notice will be added. The new functionality will apply the settings to /etc/locale.conf system-wide, and allow each user to override it in $HOME/.config/locale.conf. Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 23 Aug, 2012 1 commit
-
-
Tom Gundersen authored
As we are moving to systemd, alert initscripts users in case they use the legacy configuration options. The legacy options will still work in initscripts, but eventually will not work with systemd. In other words, most users will want to switch to the new settings. Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 20 Aug, 2012 4 commits
-
-
Tom Gundersen authored
The point of the target is to allow it to be masked so DAEMONS will be ignored. Document this.
-
Tom Gundersen authored
-
Jan Alexander Steffens (heftig) authored
This setting is intended for dynamically created units. Signed-off-by:
Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
-
Jan Alexander Steffens (heftig) authored
This (re)introduces arch-daemons.target, so a simple systemctl mask arch-daemons.target will suppress the starting of DAEMONS from rc.conf. Signed-off-by:
Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
-
- 16 Aug, 2012 1 commit
-
-
Tom Gundersen authored
Reported-by:
Thomas Weißschuh <thomas_weissschuh@lavabit.com> Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 12 Aug, 2012 1 commit
-
-
Tom Gundersen authored
-
- 11 Aug, 2012 5 commits
-
-
Tom Gundersen authored
-
Tom Gundersen authored
Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
Dave Reisner authored
Abstract the unquoting logic from parse_envfile into unquote() and reuse it for our crypttab unlock logic. Signed-off-by:
Dave Reisner <dreisner@archlinux.org>
-
Dave Reisner authored
As per crypttab(5), this is supported. This also adds forward looking support for PARTUUID, which is valid and should "just work" for GPT partitioned disks. Signed-off-by:
Dave Reisner <dreisner@archlinux.org>
-
Tom Gundersen authored
Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 09 Aug, 2012 1 commit
-
-
Tom Gundersen authored
Rather than pointing to the documentation online, include the documentation here. The main point with the documentation is to point out that these things should not be used. Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 04 Aug, 2012 1 commit
-
-
Tom Gundersen authored
The compat layer might attempt to start this, but that is never necessary, as systemd deals with remote-fs internally. Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 03 Aug, 2012 2 commits
-
-
Tom Gundersen authored
Unify this as much as possible, write out MODULES to a modules-load.d file in /run before calling systemd-modules-load, rather than using modprobe directly. This should not make any difference to the functionality. Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
Tom Gundersen authored
Reported-by:
Ali Kaasinen <ali.kaasinen@gmail.com> Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 02 Aug, 2012 2 commits
-
-
Dave Reisner authored
Signed-off-by:
Dave Reisner <dreisner@archlinux.org>
-
Tom Gundersen authored
This is a bit different from the other instructions, so make it extra clear. Reported-by:
Myra Nelson <myra.nelson@hughes.net> Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 01 Aug, 2012 2 commits
-
-
Tom Gundersen authored
The check was inverted. Just do this unconditionally. Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
Tom Gundersen authored
This never worked. Reported-by:
James Gordon <drwitherstone@gmail.com> Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 29 Jul, 2012 1 commit
-
-
Tom Gundersen authored
Reported-by: Oded Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 28 Jul, 2012 4 commits
-
-
Tom Gundersen authored
Reported-by:
Eric Fernandez <zebcom@zebulon.org.uk> Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
Eric Bélanger authored
Fixes FS#30891 Signed-off-by:
Eric Bélanger <snowmaniscool@gmail.com>
-
Tom Gundersen authored
Don't create wrapper services, for things that are not exectuable files. Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
Tom Gundersen authored
This makes sure that systemd supports some initscripts API's. With this patch, systemd will: * Parse and use DAEMONS and MODULES from rc.conf * Run rc.local and rc.local.shutdown on boot and shutdown respectively Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 27 Jul, 2012 1 commit
-
-
Eric Bélanger authored
Signed-off-by:
Eric Bélanger <snowmaniscool@gmail.com>
-
- 26 Jul, 2012 3 commits
-
-
Tom Gundersen authored
Suggested-by:
Pierre Schmitz <pierre@archlinux.org> Suggested-by:
Karol Blazewicz <karol.blazewicz@gmail.com> Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
Tom Gundersen authored
[00:31] <dgbaley27> tomegun: typo rc.conf:5 [00:31] <tomegun> dgbaley27: thanks Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
Tom Gundersen authored
This outlines what files needs to be configured to get a well-behaved system. For now it is extremely terse, but the main point is to work as a check-list, and to point people to the correct manpages to learn more. I'll be happy to take patches to extend this in the future. One might argue that this sholud not be part of initscripts, and we might indeed move it to 'filesystem' or something like that in the future. For the time being I'll keep it here for convenience. Suggested-by:
Thomas Bächler <thomas@archlinux.org> Signed-off-by:
Tom Gundersen <teg@jklm.no>
-