Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

fleetctl: stop command doesn't show correct message #1432

@kayrus

Description

@kayrus

Here is how you can reproduce that. Unit file:

[Service]
ExecStart=/usr/bin/true
Type=oneshot
$ fleetctl start app.service
Unit app.service inactive
Unit app.service launched on 0eb1b9b6.../coreos1
$ fleetctl status
● app.service
   Loaded: loaded (/run/fleet/units/app.service; linked-runtime; vendor preset: disabled)
   Active: inactive (dead)

Feb 15 15:24:33 coreos1 systemd[1]: Starting app.service...
Feb 15 15:24:33 coreos1 systemd[1]: Started app.service.
$ fleetctl stop app.service
Unit app.service loaded on 0eb1b9b6.../coreos1

fleetctl stops unit, but shows incorrect message Unit app.service loaded on 0eb1b9b6.../coreos1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions