diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/2013-February/009172.html')
-rw-r--r-- | zarb-ml/mageia-discuss/2013-February/009172.html | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/2013-February/009172.html b/zarb-ml/mageia-discuss/2013-February/009172.html new file mode 100644 index 000000000..88b11498a --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-February/009172.html @@ -0,0 +1,85 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] About systemd: must be easier + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20About%20systemd%3A%20must%20be%20easier&In-Reply-To=%3C201302101208.26961.jarillon%40abul.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009171.html"> + <LINK REL="Next" HREF="009173.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] About systemd: must be easier</H1> + <B>Pierre Jarillon</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20About%20systemd%3A%20must%20be%20easier&In-Reply-To=%3C201302101208.26961.jarillon%40abul.org%3E" + TITLE="[Mageia-discuss] About systemd: must be easier">jarillon at abul.org + </A><BR> + <I>Sun Feb 10 12:08:26 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009171.html">[Mageia-discuss] Local custom repo - "Advisory/Upgrade notice" question +</A></li> + <LI>Next message: <A HREF="009173.html">[Mageia-discuss] About systemd: must be easier +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9172">[ date ]</a> + <a href="thread.html#9172">[ thread ]</a> + <a href="subject.html#9172">[ subject ]</a> + <a href="author.html#9172">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi, +systemd is certainly better than the old init, but it is not easy to use it + because it is not possible to use the file completion such as +/etc/init.d/nt<tab>. + + My suggestion is to help with something like + +# systemctl status nt + ntpd.service loaded active running Network Time Service + ntpdate.service loaded active exited Set time via NTP + +These two lines are the result of # systemctl list-units | grep ^nt +Another way is to use jokers such as systemctl status nt* + +# systemctl -h |wc -l gives 110 lines +# systemctl -a|wc -l gives 245 lines +This is two much for a new user of systemd: It is necessary to give a few help +to new users of systemd. + +-- +Pierre Jarillon - <A HREF="http://pjarillon.free.fr/">http://pjarillon.free.fr/</A> +Vice-président de l'ABUL : <A HREF="http://abul.org">http://abul.org</A> +Microsoft is for computers what McDonald is for French gastronomy +</PRE> + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009171.html">[Mageia-discuss] Local custom repo - "Advisory/Upgrade notice" question +</A></li> + <LI>Next message: <A HREF="009173.html">[Mageia-discuss] About systemd: must be easier +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9172">[ date ]</a> + <a href="thread.html#9172">[ thread ]</a> + <a href="subject.html#9172">[ subject ]</a> + <a href="author.html#9172">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> |