5
votes
1answer
853 views

Best init script for running an application as a separate user

I have an application that runs in a user account (Plack-based) and want an init script. It seems as easy as "sudo $user start_server ...". I just wrote an LSB script using start-stop-daemon and it ...