missing toxcore daemon --config
This commit is contained in:
parent
6017426e49
commit
b254250455
@ -1614,11 +1614,13 @@ function set_repo_commit {
|
||||
systemctl restart gogs
|
||||
fi
|
||||
if [[ $repo_dir == *"toxcore" ]]; then
|
||||
autoreconf -i
|
||||
./configure --enable-daemon
|
||||
make
|
||||
make install
|
||||
systemctl restart tox-bootstrapd.service
|
||||
sed -i 's|ExecStart=.*|ExecStart=/usr/local/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf|g' $rootdir/etc/systemd/system/tox-bootstrapd.service
|
||||
autoreconf -i
|
||||
./configure --enable-daemon
|
||||
make
|
||||
make install
|
||||
systemctl daemon-reload
|
||||
systemctl restart tox-bootstrapd.service
|
||||
fi
|
||||
if [[ $repo_dir == *"toxic" ]]; then
|
||||
make
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user