mirror of https://github.com/yandex/odyssey.git
5 lines
102 B
Plaintext
5 lines
102 B
Plaintext
![]() |
#!/bin/bash
|
||
|
#old_pid=$(pgrep odyssey)
|
||
|
/usr/bin/odyssey /etc/odyssey/odyssey.conf
|
||
|
#kill -USR2 $old_pid
|