diff --git a/systemd.el b/systemd.el index ec493be..d850a17 100644 --- a/systemd.el +++ b/systemd.el @@ -207,7 +207,7 @@ (defconst systemd-tempfn-autoload-regexp (eval-when-compile - (rx ".#" + (rx ".#" (or (and (+? (any "a-zA-Z0-9-_.@\\")) "." (or "automount" "busname" "mount" "service" "slice" "socket" "swap" "target" "timer" "link" "netdev" "network"))