Skip to content

Commit

Permalink
run as root under ubic, need for full permissions in porto isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Karpukhin committed Jan 18, 2017
1 parent ad3dec2 commit 61df528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/ubic/cocaine-isolate-daemon
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
use Ubic::Service::SimpleDaemon;
my $service = Ubic::Service::SimpleDaemon->new(
name => 'cocaine-isolate-daemon',
daemon_user => 'root',
daemon_group => 'root',
auto_start => 1,
ubic_log => '/var/log/ubic/cocaine-isolate-daemon/ubic.log',
stdout => '/var/log/ubic/cocaine-isolate-daemon/stdout.log',
Expand Down

0 comments on commit 61df528

Please sign in to comment.