Skip to content

Commit

Permalink
add initial service-setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed May 31, 2022
1 parent 6eaae2c commit 598e6f8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spk/owntone/src/service-setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

CFG_FILE="${SYNOPKG_PKGVAR}/owntone.conf"
OWNTONE="${SYNOPKG_PKGDEST}/sbin/owntone"
SERVICE_COMMAND="${OWNTONE} -c ${CFG_FILE} -P ${PID_FILE}"

service_postinst ()
{
echo "TODO: implement service post installation."
}

0 comments on commit 598e6f8

Please sign in to comment.