Updated Makefile with install and develop; renamed openmanod.py to remove extension
[osm/RO.git] / osm-ro.service
index 155150b..cc8966c 100644 (file)
@@ -3,7 +3,7 @@ Description=openmano server (OSM RO)
 
 [Service]
 User=${USER_OWNER}
-ExecStart=openmanod.py -c /etc/osm/openmanod.cfg --log-file=/var/log/osm/openmano.log
+ExecStart=openmanod -c /etc/osm/openmanod.cfg --log-file=/var/log/osm/openmano.log
 Restart=always
 
 [Install]