Skip to content

Commit 4ba464b

Browse files
committed
services/index: Ensure all mentions of var/service/ have trailing /.
1 parent 2a33ec8 commit 4ba464b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/services/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To start, stop, restart or get the status of a service:
9797

9898
The `<services>` placeholder can be:
9999

100-
- Service names (service directory names) inside the `/var/service` directory.
100+
- Service names (service directory names) inside the `/var/service/` directory.
101101
- The full paths to the services.
102102

103103
For example, the following commands show the status of a specific service and of
@@ -115,7 +115,7 @@ See [sv(8)](https://man.voidlinux.org/sv.8) for further information.
115115
Void Linux provides service directories for most daemons in `/etc/sv/`.
116116

117117
To enable a service on a booted system, create a symlink to the service
118-
directory in `/var/service`:
118+
directory in `/var/service/`:
119119

120120
```
121121
# ln -s /etc/sv/<service> /var/service/
@@ -165,7 +165,7 @@ supervisor, run it once before fully enabling it:
165165

166166
```
167167
# touch /etc/sv/<service>/down
168-
# ln -s /etc/sv/<service> /var/service
168+
# ln -s /etc/sv/<service> /var/service/
169169
# sv once <service>
170170
```
171171

0 commit comments

Comments
 (0)