1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/influxdb_v2_ynh.git synced 2024-09-03 19:26:11 +02:00
influxdb_v2_ynh/conf/systemd.service
2023-08-12 19:33:27 +02:00

17 lines
No EOL
495 B
Desktop File

[Unit]
Description=InfluxDB is an open-source, distributed, time series database
Documentation=https://docs.influxdata.com/influxdb/
After=network-online.target
[Service]
User=__APP__
Group=__APP__
LimitNOFILE=65536
ExecStart=__INSTALL_DIR__/influxd --http-bind-address=:__PORT__ --reporting-disabled
Environment=INFLUXD_CONFIG_PATH=__INSTALL_DIR__/config.toml
KillMode=control-group
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit
[Install]
WantedBy=multi-user.target