summary history branches tags files
commit:53585fddc5438b9d24b57cc6386210ccfbeace75
author:Vishesh Handa
committer:Trevor Bentley
date:Wed Feb 15 13:00:01 2023 +0100
parents:8dd2caafb012d59e9cdbf5feef7837e846fa5c42
Simplify systemd systemctl command

The --now flag has existed since systemd 220, which was released in 2015.
diff --git a/README.md b/README.md
line changes: +1/-2
index b31a8a7..c42bad3
--- a/README.md
+++ b/README.md
@@ -53,8 +53,7 @@ Edit /etc/circadian.conf to configure.  The default is to suspend with systemd a
 When you are happy with the config, continue:
 
 ```
-$ sudo systemctl enable circadian
-$ sudo systemctl start circadian
+$ sudo systemctl enable --now circadian
 ```