priv-kweihmann / systemdlint

Systemd Linter
BSD 2-Clause "Simplified" License
32 stars 7 forks source link

Analyse the combination of Type and ExecStart in service sections #5

Closed priv-kweihmann closed 5 years ago

priv-kweihmann commented 5 years ago

Rule of thumb: Type = oneshot, 1..n ExecStart entries are allowed Type != oneshot, 0..1 ExecStart entries are allowed