Gitiles
Code Review
Sign In
osm.etsi.org
/
osm
/
RO
/
ea76ecf19940f622caae5fcd2c61eecd7c874299
/
.
/
openmano.service
blob: cc8966c8fc2f21883563f203ea95f6ae1fcfeed9 [
file
] [
log
] [
blame
]
garciadeblas
ea76ecf
2017-03-09 16:23:25 +0100
[
diff
] [
blame^
]
1
[
Unit
]
2
Description
=
openmano server
(
OSM RO
)
3
4
[
Service
]
5
User
=
$
{
USER_OWNER
}
6
ExecStart
=
openmanod
-
c
/
etc
/
osm
/
openmanod
.
cfg
--
log
-
file
=
/var/
log
/
osm
/
openmano
.
log
7
Restart
=
always
8
9
[
Install
]
10
WantedBy
=
multi
-
user
.
target
11