Skip to content
Snippets Groups Projects
Commit 6eaaf7d5 authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Add some characters to improve spelling

parent 6e6fc445
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ WantedBy=multi-user.target
```
Notes: The placeholder `%h` will be expanded to your home directory path.
You may also specify an absolut path.
You may also specify an absolute path.
You can test (start) the service unit using:
......@@ -111,7 +111,7 @@ systemctl --user disable foo.timer
### Manual configuration and logs
Systemd user units are stored in your home directory in `~/.config/systemd/user`
and are available on all managed Linux workstions via NFS.
and are available on all managed Linux workstations via NFS.
The timer and service configured above will look like this:
......@@ -143,7 +143,7 @@ Run a script immediately after boot
To automatically start a long running job once after the computer boots up
create and configure systemd service and timer units as shown above.
But use the follwing timer secion in the timer unit instead of `OnCalendar`:
But use the following timer section in the timer unit instead of `OnCalendar`:
```ini
[Timer]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment