4 lines
77 B
Bash
Executable File
4 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
sv check dbus >/dev/null || exit 1
|
|
exec @LIBEXECDIR@/tuf-server -f
|