mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-30 21:17:57 +00:00
8 lines
142 B
Desktop File
8 lines
142 B
Desktop File
[Unit]
|
|
Description=Test for SystemCallErrorNumber
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/uname -a
|
|
SystemCallFilter=~uname
|
|
SystemCallErrorNumber=EACCES
|