mongodb: remove systemd service.
This commit is contained in:
parent
e716130fb5
commit
5d6019d18a
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
[Unit]
|
||||
Description=high-performance, schema-free document-oriented database
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
PrivateTmp=true
|
||||
User=mongodb
|
||||
ExecStart=/usr/bin/mongod --quiet --config /etc/mongodb/mongodb.conf
|
||||
KillSignal=SIGINT
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in a new issue