Make it installable in Debian Buster with MongoDB-ORG packages. (#377)

Co-authored-by: Rafael Diniz <rafael@rhizomatica.org>
This commit is contained in:
rafael2k 2020-03-22 12:46:30 -05:00 committed by GitHub
parent 5eb1c87e43
commit df60fbd0a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
[Unit]
Description=Open5GS HSS Daemon
BindTo=mongodb.service
After=networking.service mongodb.service
BindTo=mongod.service
After=networking.service mongod.service
[Service]
Type=simple

View File

@ -1,7 +1,7 @@
[Unit]
Description=Open5GS PCRF Daemon
BindTo=mongodb.service
After=networking.service mongodb.service
BindTo=mongod.service
After=networking.service mongod.service
[Service]
Type=simple