[systemd-devel] .service file l10n

2012-10-06 Thread EEEEEE AAAAAA
Hi, Is it possible to localize .service description? If so, how? By the way, is it right place to ask these questions here? ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] conditions in systemd service file

2012-10-05 Thread EEEEEE AAAAAA
Not in general. Some specific conditionals are supported, see "man > systemd.unit". They are not enough for me if I didn't look at wrong place. > If you need something like a shell script, use a shell > script in your ExecStart. > This makes sense. I'll try. Thank you! ___

[systemd-devel] conditions in systemd service file

2012-10-05 Thread EEEEEE AAAAAA
Hi, Is it possible to use conditions (like if) in systemd service file. For example, if XYZ="on" in configuration file, then start another service. Is is possible? ___ systemd-devel mailing list [email protected] http://lists.freedesk