projectatomic / docs-projectatomic

Home repository for Atomic Host documentation (both Fedora and CentOS).
Other
5 stars 20 forks source link

Example cli command breaks integration with systemd. #98

Closed whitingjr closed 2 years ago

whitingjr commented 2 years ago

The (very useful) documentation for generating systemd unit files has a typo. In my humble opinion.

The command defined [here] causes an error for systemd. Because using the -a flag causes the podman start command to not exit. Systemd is expecting any command in the declarations to exit.

I suggest the command and sample output be updated to remove the -a flag.

Also I notice the sample [output] is copied from using docker. This is a podman example. Let's edit that to be podman.

UNFINISHED issue