mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
/bin/sh and /usr/bin/env are the only two binaries that NixOS provides at a fixed path (outside a buildFHSUserEnv sandbox). This discussion was split from #11004. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
11 lines
305 B
Bash
Executable File
11 lines
305 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
sudo service rabbitmq-server restart
|
|
sudo service postgresql restart
|
|
sudo service redis-server restart
|
|
sudo service memcached restart
|
|
# shellcheck source=/dev/null
|
|
source /home/zulip/.bash_profile
|
|
/srv/zulip/scripts/setup/configure-rabbitmq
|
|
/srv/zulip/tools/run-dev.py --interface=''
|