]> git.proxmox.com Git - systemd.git/blob - test/test-execute/exec-spec-interpolation.service
New upstream version 235
[systemd.git] / test / test-execute / exec-spec-interpolation.service
1 [Unit]
2 Description=https://github.com/systemd/systemd/issues/2637
3
4 [Service]
5 Type=oneshot
6 ExecStart=/bin/sh -x -c "perl -e 'exit(!(qq{%%U} eq qq{\\x25U}))'"