6 lines
72 B
Bash
6 lines
72 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
exec /usr/bin/cfgsync-server /etc/nomos/cfgsync.yaml
|