blob: 5494b79997253d14e4f18c24f9cdfdd5458bdfc5 [file] [log] [blame]
garciadeblas2c290ca2017-04-06 03:12:51 +02001[Unit]
2Description=openmano server (OSM RO)
3
4[Service]
garciadeblascf1826b2017-04-18 10:03:17 +02005ExecStart=openmanod -c /etc/osm/openmanod.cfg --log-file=/var/log/osm/openmano.log
garciadeblas2c290ca2017-04-06 03:12:51 +02006Restart=always
7
8[Install]
9WantedBy=multi-user.target
10