Skip to content

Commit 52a4a50

Browse files
committed
Fix minor issues in README
1 parent 3de9629 commit 52a4a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ you can write a shell script that calls BtrUp with the desired arguments,
121121
and then add this shell script to the crontab of the backup account.
122122

123123
A more modern solution is to create a systemd timer and service.
124-
The instructions below should be executed as root.
124+
The instructions below should be executed **as root**.
125125

126126
Start by creating a `backup` user that will run the backup process:
127127

@@ -163,7 +163,7 @@ Description=Periodic backup with BtrUp
163163
[Service]
164164
Type=oneshot
165165
User=backup
166-
ExecStart="/usr/local/bin/btrup /etc/btrup/config.toml"
166+
ExecStart=/usr/local/bin/btrup /etc/btrup/config.toml
167167
AmbientCapabilities=CAP_DAC_READ_SEARCH
168168
```
169169

0 commit comments

Comments
 (0)