Look at LSB init scripts for more information.
Copy to /etc/init.d:
# replace "$YOUR_SERVICE_NAME" with your service's name (whenever it's not enough obvious)Look at LSB init scripts for more information.
Copy to /etc/init.d:
# replace "$YOUR_SERVICE_NAME" with your service's name (whenever it's not enough obvious)| TODO | |
| implement security measures | |
| git config | |
| config files | |
| full sublimetext config | |
| set up openvpn | |
| rdesktop and network drive to terra | |
| set up evolution | |
| RStudio |
| #!/bin/bash | |
| echo "Please enter your new license key (It is case sensitive):" | |
| read new_key | |
| echo -n "Creating Source Lists" |
| # Note: ~/.ssh/environment should not be used, as it | |
| # already has a different purpose in SSH. | |
| env=~/.ssh/agent.env | |
| # Note: Don't bother checking SSH_AGENT_PID. It's not used | |
| # by SSH itself, and it might even be incorrect | |
| # (for example, when using agent-forwarding over SSH). | |
| agent_is_running() { |