mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-05-08 21:48:02 +02:00
data: Tell service when and how to start
This commit is contained in:
parent
ea4821c087
commit
27af826a71
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[Unit]
|
||||
Description=Power Profiles daemon
|
||||
Conflicts=tuned.service tlp.service auto-cpufreq.service
|
||||
Before=multi-user.target display-manager.target
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
|
|
@ -18,3 +19,6 @@ PrivateTmp=true
|
|||
RestrictAddressFamilies=AF_UNIX AF_LOCAL AF_NETLINK
|
||||
MemoryDenyWriteExecute=true
|
||||
RestrictRealtime=true
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical.target
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue