chiark / gitweb /
log: fix order of log_unit_struct() to match other logging calls
[elogind.git] / test / exec-systemcallfilter-not-failing.service
1 [Unit]
2 Description=Test for SystemCallFilter
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