public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Starting a daemon automatically without rc-update
@ 2009-08-12 21:40 Grant
  2009-08-12 22:02 ` Neil Bothwick
  0 siblings, 1 reply; 10+ messages in thread
From: Grant @ 2009-08-12 21:40 UTC (permalink / raw
  To: Gentoo mailing list

I run one program which needs to be started as a particular user
whenever the system comes up, but there is no ebuild.  Is this the
Gentoo way?

# cat /etc/init.d/rc.local
#!/sbin/runscript

start() {
su user
/path/to/program/binary
}

- Grant



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-08-13 20:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-12 21:40 [gentoo-user] Starting a daemon automatically without rc-update Grant
2009-08-12 22:02 ` Neil Bothwick
2009-08-12 22:50   ` [OT] " Peter Humphrey
2009-08-12 23:53   ` Grant
2009-08-13  0:55     ` Neil Bothwick
2009-08-13  5:12       ` Grant
2009-08-13 14:53       ` Dale
2009-08-13 20:17         ` Neil Bothwick
2009-08-13  1:30     ` [gentoo-user] " Nikos Chantziaras
2009-08-13  1:18   ` [gentoo-user] " Keith Dart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox