Spotter-VM/seeddms/install/etc/periodic/hourly/seeddms

7 lines
261 B
Plaintext
Raw Normal View History

2018-01-08 15:06:11 +01:00
#!/bin/sh
2018-09-14 10:33:07 +02:00
if [ -e /run/openrc/started/seeddms ]; then
# TODO: Check why this stopped working after 5.1.7
lxc-attach -u 8010 -g 8010 seeddms -- sh -c "cd /srv/seeddms/seeddms/utils; php indexer.php --config /srv/seeddms/conf/settings.xml" >/dev/null
fi