You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
388 B
18 lines
388 B
7 months ago
|
[Unit]
|
||
|
Description=Perfetto tracing service daemon
|
||
|
Documentation=https://perfetto.dev/docs/
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/traced \
|
||
|
--set-socket-permissions traced:0666:traced-consumer:0660
|
||
|
User=traced
|
||
|
Group=traced
|
||
|
PrivateTmp=no
|
||
|
PrivateDevices=yes
|
||
|
PrivateNetwork=yes
|
||
|
ProtectSystem=yes
|
||
|
ProtectHome=yes
|
||
|
NoNewPrivileges=yes
|
||
|
RestrictAddressFamilies=AF_UNIX
|
||
|
SystemCallArchitectures=native
|