You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediator/debian/ngcp-mediator.service

16 lines
266 B

[Unit]
Description=NGCP Mediator
After=mariadb.service
After=redis-server.service
After=remote-fs.target
Wants=mariadb.service
Wants=redis-server.service
[Service]
Type=simple
ExecStart=/usr/bin/mediator
[Install]
WantedBy=multi-user.target
Alias=mediator.service