9736f961eb74761ddc6bce4f778c66aa9e7b4110
[osm/LCM.git] / osm_lcm / osm-lcm.service
1 [Unit]
2 Description=LCM server (OSM LCM)
3
4 [Service]
5 ExecStart=/usr/bin/lcm.py -c /etc/osm/lcm.cfg --log-file=/var/log/osm/lcm.log
6 Restart=always
7
8 [Install]
9 WantedBy=multi-user.target
10