From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/2112 Path: news.gmane.org!not-for-mail From: Mike Buland Newsgroups: gmane.comp.sysutils.supervision.general Subject: Per-user service managers Date: Thu, 20 Oct 2011 10:26:17 -0600 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1319127988 31768 80.91.229.12 (20 Oct 2011 16:26:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2011 16:26:28 +0000 (UTC) To: supervision@list.skarnet.org Original-X-From: supervision-return-2346-gcsg-supervision=m.gmane.org@list.skarnet.org Thu Oct 20 18:26:21 2011 Return-path: Envelope-to: gcsg-supervision@lo.gmane.org Original-Received: from antah.skarnet.org ([212.85.147.14]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1RGvRk-0000iX-Sf for gcsg-supervision@lo.gmane.org; Thu, 20 Oct 2011 18:26:20 +0200 Original-Received: (qmail 8780 invoked by uid 76); 20 Oct 2011 16:29:22 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Archive: Original-Received: (qmail 8770 invoked from network); 20 Oct 2011 16:29:22 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=ORKPxgxgf0FkvCjmBnKOwSf/5xVluVnfFdVv74wPeaw=; b=oK1066TwG4q4mXtWavp+abPJs+0Mv0L1zQQJztxxE5uOtO8FxAMuCWTa/sWLJLILVX xuJUhtmWvOKspmOhCtmshKyJ1jm5NOb6XXZBPUxRK65yVBWYwElrNS2xhfcZbyiMmYpu y38XQryjmGmHwtoIpK093EN944CWf3vgbqqi0= Xref: news.gmane.org gmane.comp.sysutils.supervision.general:2112 Archived-At: Hello, I wrote this little program that manages per-user runsv instances. For each user in the "svusers" group it starts a service manager in their ~/.sv directory. The service manager runs as that user, so as long as they can run the sv program, they can manage their own services. Per-user service managers run independently of user logins. I've released this under the BSD license, and it's available on github. https://github.com/eichlan/usersv I hope you find this program useful, I know I have. --Mike Buland