19 lines
385 B
Desktop File
19 lines
385 B
Desktop File
[Unit]
|
|
Description=Framework Laptop Tools saved CPU profiles
|
|
After=tuned.service
|
|
ConditionPathExists=/etc/framework-laptop-tools/cpu.json
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/libexec/framework-laptop-tools-cpu
|
|
WatchdogSec=15
|
|
TimeoutStartSec=20
|
|
NoNewPrivileges=yes
|
|
ProtectHome=yes
|
|
PrivateTmp=yes
|
|
ProtectSystem=full
|
|
RestrictAddressFamilies=AF_UNIX
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|