6 lines
241 B
Bash
6 lines
241 B
Bash
|
#!/usr/local/bin/bash
|
||
|
# This file contains the update script for influxdb
|
||
|
|
||
|
iocage exec influxdb service influxd stop
|
||
|
# InfluxDB is updated during PKG update, this file is mostly just a placeholder
|
||
|
iocage exec influxdb service influxd restart
|