fpm
fpm copied to clipboard
Add support for installing systemd-unit files that are not services
I tried to create a package with a timer
unit, which fpm installed as <name>.timer.service
.
This allows one to install unit-files that are not services without mangling the name, and also removes some duplicated code.