systemd-linter
systemd-linter copied to clipboard
Output not very helpful
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.