Deutsch   English   Français   Italiano  
<m6jee1Fe1h3U3@mid.individual.net>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!2.eu.feeder.erje.net!3.eu.feeder.erje.net!feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: rbowman <bowman@montana.com>
Newsgroups: comp.os.linux.advocacy
Subject: Re: Shutdown - 25 Years Later
Date: 20 Apr 2025 05:18:57 GMT
Lines: 19
Message-ID: <m6jee1Fe1h3U3@mid.individual.net>
References: <pan$1c8bb$619a6b57$40e9fbf7$742927fd@linux.rocks>
	<vtt9ee$heug$1@news1.tnib.de> <vu186r$2d0f6$3@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net IiWnCYQceDlAlH+Yq6qAKQTWSEXcbUMLOTFZVfzQDWAXhvn3f3
Cancel-Lock: sha1:81Ld4zhnX2TPFzPztzE8r2iHlZM= sha256:YytuxZ6H0MjdpcUfhNJIpeMexlM5XdmLxLFPutX7FBI=
User-Agent: Pan/0.160 (Toresk; )
Bytes: 1639

On Sat, 19 Apr 2025 22:30:51 -0000 (UTC), Lawrence D'Oliveiro wrote:

> So ... nothing but a symlink. But doesn’t it fully support the usual
> shutdown options, including delay?

If you run 'man systemctl' the entries are like 

poweroff
   Shut down and power-off the system. This is mostly equivalent to 
systemctl start poweroff.target --job-mode=replace-irreversibly --no-
block, but also prints a wall message to all users. This command is 
asynchronous; it will return after the power-off operation is enqueued, 
without waiting for it to complete.

This command honors --force and --when= in a similar way as halt.

It's a long man page and a systemctl guru can probably do many strange and 
wonderful things. personally, if 'shutdown -r now' works like it always 
did i'm not going to dig into the plumbing.