complete previous commits

pull/83/head
Thibault Duplessis 2012-08-01 23:41:56 +02:00
parent 4dc5accdc6
commit 3df9287564
2 changed files with 3 additions and 2 deletions

View File

@ -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
------------------

View File

@ -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