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
Please register or sign in to comment