github.com/m3db/m3@v1.5.0/integrations/systemd/m3dbnode.service (about) 1 [Unit] 2 Description="M3DB Timeseries Database" 3 Documentation=https://docs.m3db.io/ 4 After=network.target 5 6 [Service] 7 Type=simple 8 ExecStart=/usr/bin/m3dbnode -f /etc/m3db/m3dbnode.yaml 9 Restart=on-failure 10 SuccessExitStatus=0 11 12 # May not be honored if higher than kernel limit (sysctl fs.file-max) or process 13 # limit (sysctl fs.nr_open). Also may not be honored if lower than systemd limit 14 # (system.conf) or systemd user limit (user.conf). 15 LimitNOFILE=3000000 16 17 [Install] 18 WantedBy=multi-user.target