mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-03 05:03:09 +00:00
9 lines
162 B
Desktop File
9 lines
162 B
Desktop File
[Unit]
|
|
Description=Test for SystemCallErrorNumber
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c 'uname -a'
|
|
Type=oneshot
|
|
SystemCallFilter=~uname
|
|
SystemCallErrorNumber=EACCES
|