File: intel_lpmd.service.in

package info (click to toggle)
intel-lpmd 0.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 524 kB
  • sloc: ansic: 6,236; xml: 286; makefile: 102; sh: 78
file content (19 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description= Intel Linux Energy Optimizer (lpmd) Service
Documentation=man:intel_lpmd(8)
ConditionVirtualization=no
StartLimitInterval=200
StartLimitBurst=5

[Service]
Type=dbus
SuccessExitStatus=2
BusName=org.freedesktop.intel_lpmd
ExecStart=@sbindir@/intel_lpmd --systemd --dbus-enable
Restart=on-failure
RestartSec=30
PrivateTmp=yes

[Install]
WantedBy=multi-user.target
Alias=org.freedesktop.intel_lpmd.service