blob: 38d6cff894b0912552f97b7b90037cee87d07cc2 (
plain)
1
2
3
4
5
6
7
8
|
#!/sbin/openrc-run
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# shellcheck shell=sh
command=/opt/inn/bin/ovsqlite-server
pidfile=/run/news/ovsqlite.pid
|