chiark / gitweb /
socket: optionally call accept() for incoming connections and spawn one service insta...
[elogind.git] / unit-name.c
index 219997b681579581b69b7c955707f125770c9c93..eb2f704e2f7f4d61319d1a1f8de230dc8b3c4515 100644 (file)
@@ -29,7 +29,7 @@
         "0123456789"                            \
         "abcdefghijklmnopqrstuvwxyz"            \
         "ABCDEFGHIJKLMNOPQRSTUVWXYZ"            \
-        "-_.\\"
+        ":-_.\\"
 
 UnitType unit_name_to_type(const char *n) {
         UnitType t;