blob: b6e08d5834f67b0e259600a06a1af40852e3c965 [file] [log] [blame]
garciadeblas8b7767b2017-04-20 19:21:49 +02001[Unit]
2Description=openvim server
3
4[Service]
tierno24ca7a82017-05-08 15:45:32 +02005ExecStart=/usr/bin/openvimd -c /etc/osm/openvimd.cfg --log-file=/var/log/osm/openvim.log
garciadeblas8b7767b2017-04-20 19:21:49 +02006Restart=always
7
8[Install]
9WantedBy=multi-user.target
10