blob: 9736f961eb74761ddc6bce4f778c66aa9e7b4110 [file] [log] [blame]
tierno8d950012018-05-22 12:27:48 +02001[Unit]
2Description=LCM server (OSM LCM)
3
4[Service]
5ExecStart=/usr/bin/lcm.py -c /etc/osm/lcm.cfg --log-file=/var/log/osm/lcm.log
6Restart=always
7
8[Install]
9WantedBy=multi-user.target
10