aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/ii/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ii/manifests/init.pp b/modules/ii/manifests/init.pp
index e9d5770f..e0e9b5c7 100644
--- a/modules/ii/manifests/init.pp
+++ b/modules/ii/manifests/init.pp
@@ -17,7 +17,7 @@ class ii {
service { 'ii':
provider => base,
- start => "su nobody -c 'ii -n $nick -i /var/lib/ii/$nick -s $server'",
+ start => "su nobody -c 'nohup ii -n $nick -i /var/lib/ii/$nick -s $server'",
notify => Exec["join channel"],
require => Class['ii::base'],
}