Create a template service file at /etc/systemd/system/[email protected]. The template parameter will correspond to the name
of target host:
[Unit]
Description=Setup a secure tunnel to %I
After=network.targetCreate a template service file at /etc/systemd/system/[email protected]. The template parameter will correspond to the name
of target host:
[Unit]
Description=Setup a secure tunnel to %I
After=network.targetThis example is to point out that password-store facilitates
pass git init everything is automatically tracked in the local git reporemote git repo, you are required to manually push when desired| import java.io.IOException | |
| import java.nio.ByteBuffer | |
| import java.nio.channels.{AsynchronousFileChannel, CompletionHandler} | |
| import java.nio.file.Paths | |
| import java.nio.file.StandardOpenOption._ | |
| import scala.concurrent.{ExecutionContext, Future, Promise} | |
| import scala.util.Try | |
| /** |