mirror of
https://git.proxmox.com/git/systemd
synced 2025-06-11 02:16:05 +00:00
9 lines
224 B
Desktop File
9 lines
224 B
Desktop File
[Unit]
|
|
Description=Test for SystemCallErrorNumber
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/python3 -c 'import os\ntry: os.uname()\nexcept Exception as e: exit(e.errno)'
|
|
Type=oneshot
|
|
SystemCallFilter=~uname
|
|
SystemCallErrorNumber=EACCES
|