mongodb: remove systemd service.

This commit is contained in:
Juan RP 2015-07-11 11:42:46 +02:00
parent e716130fb5
commit 5d6019d18a

View file

@ -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