Skip to content

Commit bc91679

Browse files
committed
SERVER-29040 Remove deprecated argument in rpm systemd service file
1 parent 347bef0 commit bc91679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpm/mongod.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Documentation=https://docs.mongodb.org/manual
77
User=mongod
88
Group=mongod
99
Environment="OPTIONS=--quiet -f /etc/mongod.conf"
10-
ExecStart=/usr/bin/mongod $OPTIONS run
10+
ExecStart=/usr/bin/mongod $OPTIONS
1111
ExecStartPre=/usr/bin/mkdir -p /var/run/mongodb
1212
ExecStartPre=/usr/bin/chown mongod:mongod /var/run/mongodb
1313
ExecStartPre=/usr/bin/chmod 0755 /var/run/mongodb

0 commit comments

Comments
 (0)