]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - server/adduser-novaboot
Rename novaboot-power-off.service to novaboot-delayed-power-off.service
[novaboot.git] / server / adduser-novaboot
index b4417d42e10303fef30561ca5b86dc2445efe668..dec3804cc2bf18ea953d624443a5ae6ee59d11f7 100755 (executable)
@@ -96,12 +96,12 @@ chown $user: $home/.novaboot-shell
 
 if [ -d /run/systemd/system ]; then
     cat <<EOF
-To enable automatic delayed power-off run 'systemctl --user enable novaboot-power-off'
+To enable automatic delayed power-off run 'systemctl --user enable novaboot-delayed-power-off'
 as the created user (e.g. via shell subcommand)
 EOF
     # TODO: Add a way to run in automatically from here (allow shell
     #subcommand to accept command lines)
-    #systemctl --user enable novaboot-power-off
+    #systemctl --user enable novaboot-delayed-power-off
 fi