1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| [Unit]
| Description=Perfetto trace daemon
|
| [Service]
| ExecStart=/usr/sbin/traced
| User=nobody
| Group=nogroup
| PrivateTmp=no
| PrivateDevices=yes
| PrivateNetwork=yes
| ProtectSystem=yes
| ProtectHome=yes
| NoNewPrivileges=yes
| RestrictAddressFamilies=AF_UNIX
| SystemCallArchitectures=native
|
|