mirror of https://github.com/nymea/nymea.git
Fix influx systemd env override not working with older systemd
Apparently the system unit file for influx is influxdb.service, however, the symlinks in /etc differ and are named influxd.service. While newer systemd versions seem to handle that properly, older ones (debian buster) don't seem to pick up our config if it's named like the symlink instead of the actual unit filepull/647/head
parent
bb402e3127
commit
40efbb1ef4
|
|
@ -1,6 +1,6 @@
|
|||
usr/bin/nymead
|
||||
data/systemd/nymead.service /lib/systemd/system/
|
||||
data/systemd/influxd.service.d/nymea-env.conf /etc/systemd/system/influxd.service.d/
|
||||
data/systemd/influxdb.service.d/nymea-env.conf /etc/systemd/system/influxdb.service.d/
|
||||
data/logrotate/nymead /etc/logrotate.d/
|
||||
data/dbus-1/io.guh.nymead.conf /etc/dbus-1/system.d/
|
||||
data/dpkg/nymea-upgrade-helper /usr/libexec/
|
||||
|
|
|
|||
Loading…
Reference in New Issue