Comment on Running Arch Linux on the Framework Laptop 13Comments−ciupicri3y systemctl enable gdm.service systemctl start gdm.service can be combined in one command: systemctl enable --now gdm.service−rubin55OP3yAh thanks for that, updated!−Nmi2osv73yadditionally this is atomic (well, as in it's one command, it's not atomic internally)−stingraycharles3yIn what way is it atomic? “One command” doesn’t have anything to do with being atomic.−Nmi2osv73yyes 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...)−stingraycharles3yI don’t think atomic operations mean what you think it does.−eternityforest3yI'm not even sure I want to know what nightmare bug would cause someone to consider if that was atomic or not!
Comments
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!