chiark / gitweb /
core: warn when merged units have conflicting dependencies
[elogind.git] / test / TEST-04-SECCOMP / will-not-fail.service
1 [Unit]
2 Description=Will not fail
3
4 [Service]
5 ExecStart=/bin/echo "Foo bar"
6 SystemCallFilter=~read write open execve ioperm
7 SystemCallFilter=ioctl
8 SystemCallFilter=read write open execve
9 SystemCallFilter=~ioperm