From 3df92875644026ae874b3805854671168761c77a Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Wed, 1 Aug 2012 23:41:56 +0200 Subject: [PATCH] complete previous commits --- README.md | 3 ++- bin/prod/archlinux/conf.d/lila | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1234fef26..b6cd9b3a89 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ cd /etc/conf.d sudo ln -s /path/to/lila/bin/prod/archlinux/conf.d/lila ./ ``` -And add lila to DAEMONS in /etc/rc.conf +- Configure the daemon in /etc/conf.d/lila +- Add lila to DAEMONS in /etc/rc.conf Restart on timeout ------------------ diff --git a/bin/prod/archlinux/conf.d/lila b/bin/prod/archlinux/conf.d/lila index cce0d5ea2f..6ec46c457f 100644 --- a/bin/prod/archlinux/conf.d/lila +++ b/bin/prod/archlinux/conf.d/lila @@ -1,7 +1,7 @@ #!/bin/bash PLAY_APP=/home/thib/lila # (required) Path of your play application -PLAY_USER=thib # (optional) The Linux user to use to run the play server. Using root if not setted +PLAY_USER=root # (optional) The Linux user to use to run the play server. Using root if not setted PLAY_ARGS= # (optional) The play args to run the play server with. Setting to "--%prod" can be useful to override the play profile id