summaryrefslogtreecommitdiffabout
path: root/src/process.cc
Unidiff
Diffstat (limited to 'src/process.cc') (more/less context) (show whitespace changes)
-rw-r--r--src/process.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process.cc b/src/process.cc
index 96c874f..6d3b2a2 100644
--- a/src/process.cc
+++ b/src/process.cc
@@ -97,2 +97,3 @@ void process::launch(const string& id,configuration& config) {
97 setsid(); 97 setsid();
98 if(!group.empty()) {
98 if(user.empty()) { 99 if(user.empty()) {
@@ -104,2 +105,3 @@ void process::launch(const string& id,configuration& config) {
104 } 105 }
106 }
105 if(!chroot.empty()) { 107 if(!chroot.empty()) {