/lib/systemd/system/siridb-server.service is in siridb-server 2.0.26-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | [Unit]
Description=SiriDB Server
After=network.target
[Service]
ExecStart=/usr/bin/siridb-server --config /etc/siridb/siridb.conf --log-level info
StandardOutput=journal
LimitNOFILE=65535
TimeoutStartSec=10
TimeoutStopSec=300
[Install]
WantedBy=multi-user.target
|