rc systemd: Make sure files are in the systemd directory

Fixes #2272
This commit is contained in:
Frank LENORMAND 2018-08-01 10:51:10 +03:00
parent 1c0cc61ccc
commit bf488338aa

View File

@ -4,6 +4,6 @@
# Detection # Detection
# ‾‾‾‾‾‾‾‾‾ # ‾‾‾‾‾‾‾‾‾
hook global BufCreate .+\.(automount|conf|link|mount|network|path|service|slice|socket|target|timer) %{ hook global BufCreate .*/systemd/.+\.(automount|conf|link|mount|network|path|service|slice|socket|target|timer) %{
set-option buffer filetype ini set-option buffer filetype ini
} }