Skip to content

Commit 698c01d

Browse files
lordfeckflexibeast
authored andcommitted
user-services.md: Trimmed example of alias for local sv
1 parent 9e05aec commit 698c01d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/config/services/user-services.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ $ SVDIR=~/service sv restart gpg-agent
4444
ok: run: gpg-agent: (pid 19818) 0s
4545
```
4646

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.
47+
It may be convenient to adapt the above example to a shell alias such as
48+
`svl="SVDIR=~/service sv"` for your user shell. This makes management of user
49+
services trivial.

0 commit comments

Comments
 (0)