mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
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…
Add table
Reference in a new issue