From 3085ff44c910916e6378982f14a9bbf2bcbe50ac Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 7 Apr 2017 09:53:29 +0800 Subject: add makeppa script and debian --- scripts/debian/xmake.default.ex | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/debian/xmake.default.ex (limited to 'scripts/debian/xmake.default.ex') diff --git a/scripts/debian/xmake.default.ex b/scripts/debian/xmake.default.ex new file mode 100644 index 000000000..abd501558 --- /dev/null +++ b/scripts/debian/xmake.default.ex @@ -0,0 +1,10 @@ +# Defaults for xmake initscript +# sourced by /etc/init.d/xmake +# installed at /etc/default/xmake by the maintainer scripts + +# +# This is a POSIX shell fragment +# + +# Additional options that are passed to the Daemon. +DAEMON_OPTS="" -- cgit v1.3.1