Skip to content

Commit

Permalink
client sigkill fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zolia authored and tadovas committed Jun 26, 2018
1 parent 247962c commit 7b9620f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/client_package/installation/systemd.service
Expand Up @@ -14,7 +14,9 @@ RuntimeDirectoryMode=0750

EnvironmentFile=-/etc/default/mysterium-client
ExecStart=/usr/bin/mysterium_client $CONF_DIR $RUN_DIR $DISCOVERY
KillMode=control-group
KillMode=process
TimeoutStopSec=10
SendSIGKILL=yes
Restart=on-failure

[Install]
Expand Down
1 change: 1 addition & 0 deletions bin/client_package/sudoers/mysterium-client
@@ -1,3 +1,4 @@
# username host=(user:group) tag:commands
# let mysterium-node run any command just as root without password
mysterium-client ALL=NOPASSWD: /sbin/ip
mysterium-client ALL=NOPASSWD: /sbin/resolvconf

0 comments on commit 7b9620f

Please sign in to comment.