Skip to content

Comment on Running Arch Linux on the Framework Laptop 13

Comments

    systemctl enable gdm.service
    systemctl start gdm.service
can be combined in one command:
    systemctl enable --now gdm.service

Ah thanks for that, updated!

additionally this is atomic (well, as in it's one command, it's not atomic internally)

In what way is it atomic? “One command” doesn’t have anything to do with being atomic.

yes it does? consider running a bash script, or piping commands over ssh. if you lose the connection only the first command might send. (bash is line and command oriented of course, so this is pretty obvious...)

I don’t think atomic operations mean what you think it does.

I'm not even sure I want to know what nightmare bug would cause someone to consider if that was atomic or not!

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.