We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ae188 commit 9e05aecCopy full SHA for 9e05aec
src/config/services/user-services.md
@@ -43,3 +43,13 @@ run: /home/duncan/service/ssh-agent: (pid 900) 33102s
43
$ SVDIR=~/service sv restart gpg-agent
44
ok: run: gpg-agent: (pid 19818) 0s
45
```
46
+
47
+For your convenience, an alias for local service management may be added to your
48
+shell's init script. If the default Bash shell is used, add the following line
49
+to the `~/.bashrc` file:
50
51
+... alias svl="SVDIR=~/service sv" ...
52
53
+Local services may now be managed using the alias `svl`. It will accept all the
54
+same arugments that vanilla [sv](./index.md#basic-usage) does, but `svl` will
55
+check the user services directory instead.
0 commit comments