init.d

  1. C

    SELINUX_ERR op=security_compute_sid invalid_context while running /etc/init.d script of my app

    Doing this on a RHEL8.10 distro. I've created a user with staff_u role: And provided this user elevated permissions, for which did following steps: 1. created mysudoers file: /etc/sudoers.d/mysudoers 2. added this in it: %testadm ALL=(ALL) TYPE=sysadm_t ROLE=sysadm_r ALL Did reboot...
  2. N

    Automate scripts

    Hi i have a Ethereum node running and mining on a terminal in linux. i want to create a script that will start up the node.sh roughly 2 minutes after startup. my scripts is in the home/chainskills/private/startnode.sh. i want this to be executed after startup. I have barely any knowledge of...
Top