TheSerapher / chef-vsftpd

Basic vsftpd cookbook to manage local users FTP access.
Apache License 2.0
13 stars 28 forks source link

Define systemd service on Ubuntu 16.04+ #21

Open jimryan opened 7 years ago

jimryan commented 7 years ago

Ubuntu 16.04 uses systemd by default. This defines a systemd service on 16.04+.

TheSerapher commented 7 years ago

Seems that the tests are failing for some reason, can you look into that or should I fix this?

Thanks for the PR!

jimryan commented 7 years ago

The only new failure that I see is related to not having a newline at the end of _define_service.rb, which I've added.