Skip to content

Commit 2302f12

Browse files
ricardokleinklein
andauthored
Update README (#327)
* Update README * Point where the systemd files are * Specify that the seconf block is for user and not root Signed-off-by: klein <[email protected]> * Use the same naming as the rest of the document user>$USER Signed-off-by: klein <[email protected]> --------- Signed-off-by: klein <[email protected]> Co-authored-by: klein <[email protected]>
1 parent ac0493c commit 2302f12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ targetConfigs:
7070
```
7171

7272
#### Launch using systemd
73-
Two systemd files are provided to allow for FetchIt to run as a user or as root. The files are differentiated by fetchit-root and fetchit-user.
73+
Two systemd files are provided to allow for FetchIt to run as a user or as root. The files are under the systemd folder, differentiated by fetchit-root and fetchit-user.
7474

7575
Ensure that there is a config at `$HOME/.fetchit/config.yaml` before attempting to start the service.
7676

@@ -80,6 +80,7 @@ cp systemd/fetchit-root.service /etc/systemd/system/fetchit.service
8080
systemctl enable fetchit --now
8181
```
8282

83+
For $USER
8384
```
8485
mkdir -p ~/.config/systemd/user/
8586
cp systemd/fetchit-user.service ~/.config/systemd/user/fetchit.service

0 commit comments

Comments
 (0)