Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Oct 2, 2023
1 parent 2676ca9 commit 9a50e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Usage of ./restartable:

- Restart user services after upgrade

`sudo restartables --user -sss | while read service ; do systemctl restart "$service" ; done`
`sudo restartables --user -sss | while read service ; do systemctl restart --user "$service" ; done`

Be careful because depending on the service you may lose connection or get kicked out of your login session.

Expand Down

0 comments on commit 9a50e3c

Please sign in to comment.