systemd/test/test-execute/exec-specifier-interpolation.service
2017-12-14 23:22:02 +01:00

7 lines
157 B
Desktop File

[Unit]
Description=https://github.com/systemd/systemd/issues/2637
[Service]
Type=oneshot
ExecStart=/bin/sh -x -c "perl -e 'exit(!(qq{%%U} eq qq{\\x25U}))'"