systemd-linter icon indicating copy to clipboard operation
systemd-linter copied to clipboard

Output not very helpful

Open maxcr opened this issue 6 years ago • 0 comments

Example user systemd file located in %h/.config/systemd/user/

[Unit]
Description=Start dugway dev server


[Service]
Type=simple
WorkingDirectory=/home/maxr/www/bigcartel/kiss-mary-jane/
ExecStart="dugway server"

[Install]
WantedBy=default.target

And output

** Ok(())

** Ok(())

Some("simple")
** Ok(())

** Ok(())

** Ok(())

** Ok(())

Error: Lint errors. Exiting

Except this is output from systemd

Failed to start dugwaykmj.service: Unit dugwaykmj.service has a bad unit file setting.

maxcr avatar Sep 11 '18 17:09 maxcr