Add 'Provides' to sensord-dummy package
[platform/core/system/sensord.git] / packaging / sensord.service
1 [Unit]
2 Description=Sensor Daemon
3 Requires=sensord.socket
4
5 [Service]
6 User=sensor
7 Group=input
8 Type=notify
9 SmackProcessLabel=System
10 ExecStart=/usr/bin/sensord
11 MemoryLimit=20M
12 Nice=-5
13
14 [Install]
15 WantedBy=multi-user.target