Skip to content
Commit b415876b authored by Evgeny Egorochkin's avatar Evgeny Egorochkin
Browse files

systemd service: fix issues with escaping when unit name contains '-'

systemd escaping rules translate this into a string containing '\'
which is treated by some code paths as quoted, and by others as unquoted
causing the affected units to fail.
parent 03d9bbcf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment