]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-privatetmp-no.service
test-execute: Fix systemd escaping and shell issues
[thirdparty/systemd.git] / test / test-execute / exec-privatetmp-no.service
CommitLineData
281e05b6
RC
1[Unit]
2Description=Test for PrivateTmp=no
3
4[Service]
cdaf5070 5ExecStart=/bin/sh -x -c 'test -f /tmp/test-exec_privatetmp'
281e05b6
RC
6Type=oneshot
7PrivateTmp=no