From 85617d66a20136c1368c76ba4b3ace919d544e5e Mon Sep 17 00:00:00 2001 From: fbt Date: Tue, 18 Jul 2017 21:15:00 +0300 Subject: [PATCH] kek Signed-off-by: fbt --- README.md | 5 ++--- init.d/bitflu | 11 ----------- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100755 init.d/bitflu diff --git a/README.md b/README.md index 000ca2b..52e80ce 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -watchman-services -================= +# ssm-services -Examples of services for [watchman](https://git.fleshless.org/watchman) +Examples of services for [ssm](https://git.fleshless.org/ssm) diff --git a/init.d/bitflu b/init.d/bitflu deleted file mode 100755 index 87cee11..0000000 --- a/init.d/bitflu +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env watchman - -#service_respawn='true' -service_username='torrent' -service_command='/usr/bin/sudo' -service_args=( -u "$service_username" -- /usr/bin/bitflu --config=/etc/bitflu.cfg ) - -start() { - umask 0007 - watchman.start -}