[PKG] fix debian mongod dependency problem (#915)

This commit is contained in:
Sukchan Lee 2021-04-05 20:32:27 +09:00
parent 41c6bb4681
commit 613e21c4ff
4 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[Unit]
Description=Open5GS NRF Daemon
After=networking.service
Wants=mongodb.service mongod.service
[Service]
Type=simple

View File

@ -1,6 +1,6 @@
[Unit]
Description=Open5GS PCF Daemon
After=networking.service
Wants=mongodb.service mongod.service
[Service]
Type=simple

View File

@ -1,6 +1,6 @@
[Unit]
Description=Open5GS UDR Daemon
After=networking.service
Wants=mongodb.service mongod.service
[Service]
Type=simple

View File

@ -237,8 +237,7 @@ exec_cmd_nobail "chown -R open5gs:open5gs /usr/lib/node_modules/${PACKAGE}"
exec_cmd "cat << EOF > /lib/systemd/system/open5gs-webui.service
[Unit]
Description=Open5GS WebUI
BindTo=mongodb.service
After=networking.service mongodb.service
Wants=mongodb.service mongod.service
[Service]
Type=simple