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