summaryrefslogtreecommitdiff
path: root/data/colord.service.in
blob: 8a4b43db284e4b3401b18b58cd41dfb214eaf7b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Daemon for managing, installing and generating color profiles

[Service]
Type=dbus
BusName=org.freedesktop.ColorManager
ExecStart=@servicedir@/colord
User=@daemon_user@
PrivateNetwork=yes
PrivateTmp=yes

[Install]
# We pull this in by graphical.target instead of waiting for the bus
# activation, to speed things up a little: gdm uses this anyway so it is nice
# if it is already around when gdm wants to use it and doesn't have to wait for
# it.
WantedBy=graphical.target