[java-sig-commits] [Bug 842346] Properly migrate tomcat to systemd

bugzilla at redhat.com bugzilla at redhat.com
Tue Sep 10 21:16:40 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=842346



--- Comment #16 from Ivan Afonichev <ivan.afonichev at gmail.com> ---
systemd instance names seems to be escaped. '-' is used to be able to use '/'
in .service filename which is restricted.
'-' is converted to '/'
'\x2d' is converted to '-'


http://www.freedesktop.org/software/systemd/man/systemd.unit.html
"Basically, given a path, "/" is replaced by "-", and all unprintable
characters and the "-" are replaced by C-style "\x20" escapes."

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ramBWocDzy&a=cc_unsubscribe


More information about the java-sig-commits mailing list