mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
a429223d17
These services are likely to coredump, and we expect that but aren't interested in the coredump. Hence let's turn off processing by setting RLIMIT_CORE to 0/0.
9 lines
217 B
Desktop File
9 lines
217 B
Desktop File
[Unit]
|
|
Description=Test for SystemCallFilter
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'echo "This should not be seen"'
|
|
Type=oneshot
|
|
LimitCORE=0
|
|
SystemCallFilter=~write open execve exit_group close mmap munmap fstat DONOTEXIST
|