Skip to content

Commit 424b5b4

Browse files
committed
update
1 parent 4eb22ce commit 424b5b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2025-07-07-systemd remounting-service-.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ touch /mnt/share/unmounted
1919

2020
## Create the Timer
2121

22-
I want this to run as a system service, so I'm going to add the units to `/etc/systemd/system`.
22+
I want this to run as a system service, so I'm going to add the units to `/etc/systemd/system`. First we add the timer unit.
2323

2424
```bash
2525
cd /etc/systemd/system
@@ -43,7 +43,7 @@ WantedBy=timers.target
4343

4444
## Create the Service
4545

46-
Now we can create the service unit
46+
Now we can create the service unit to the same directory.
4747

4848
```bash
4949
nano remount-share.service

0 commit comments

Comments
 (0)