blob: cc8966c8fc2f21883563f203ea95f6ae1fcfeed9 [file] [log] [blame]
garciadeblasea76ecf2017-03-09 16:23:25 +01001[Unit]
2Description=openmano server (OSM RO)
3
4[Service]
5User=${USER_OWNER}
6ExecStart=openmanod -c /etc/osm/openmanod.cfg --log-file=/var/log/osm/openmano.log
7Restart=always
8
9[Install]
10WantedBy=multi-user.target
11