Skip to content

Commit df719ba

Browse files
committed
Highlight user and environment
1 parent 7f9162b commit df719ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/debian/services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title="services systemd (unit)"
33
date = 2023-09-23
4-
updated = 2025-04-26
4+
updated = 2026-02-04
55
extra = { series = "Debian" }
66
taxonomies = { tags = ["Debian"] }
77
+++
@@ -38,8 +38,8 @@ nano ~/.config/systemd/user/SERVICE_NAME.service
3838
- This is the same for both (with a few exceptions).
3939
See the [linuxhandbook] for more info on what should be set in the file.
4040
- You can find a list of targets [here](https://www.freedesktop.org/software/systemd/man/latest/systemd.special.html).
41-
- You can also set the user to run as for system wide services (see [here](https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#User=)).
42-
- You can set environment variables using `Environment=` (see [here](https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#Environment) for more).
41+
- You can also set the **user** to run as for system wide services (see [here](https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#User=)).
42+
- You can set **environment variables** using `Environment=` (see [here](https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#Environment) for more).
4343

4444
```
4545
[Unit]

0 commit comments

Comments
 (0)