stop
This commit is contained in:
parent
cc5ea8be06
commit
8208f61f5a
2
lxc.js
2
lxc.js
@ -3,7 +3,7 @@ module.exports = function(config){
|
||||
var cmd = require('node-cmd');
|
||||
|
||||
var sysExec = function(command, callback){
|
||||
console.log('sysExec: ', command, '||| callback:' callback)
|
||||
console.log('sysExec: ', command, '||| callback:', callback)
|
||||
cmd.get('unset XDG_SESSION_ID XDG_RUNTIME_DIR; cgm movepid all virt $$; '+command, callback)
|
||||
}
|
||||
/* var obj = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user