Proximity alert implementation using BLE
[platform/core/location/geofence-server.git] / packaging / geofence-server.service
1 [Unit]
2 Description=Geofence server daemon
3 Requires=geofence-server.service
4
5 [Service]
6 EnvironmentFile=/run/tizen-system-env
7 Type=simple
8 ExecStart=/usr/bin/geofence-server
9 MemoryLimit=10M
10 Restart=always
11 RestartSec=1