Publishing project from SPIN to public
[platform/core/convergence/remote-rsc-svc.git] / packaging / remote-resource-service.service
1 [Unit]
2 Description=RRS service
3 After=dlog-main.service dbus.service
4
5 [Service]
6 Type=simple
7 ExecStart=/usr/bin/rrs-server
8 Restart=always
9
10 [Install]
11 WantedBy=default.target