mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
10 lines
210 B
Desktop File
10 lines
210 B
Desktop File
[Unit]
|
|
Description=Will not fail
|
|
|
|
[Service]
|
|
ExecStart=/bin/echo "Foo bar"
|
|
SystemCallFilter=~read write open execve ioperm
|
|
SystemCallFilter=ioctl
|
|
SystemCallFilter=read write open execve
|
|
SystemCallFilter=~ioperm
|