-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
I'd like to install a systemd timer via a Debian package. Is there a particular way of expressing this in fpm, similarly to --deb-systemd
?
If I use --deb-systemd
for a timer (foo.timer
), it seems to append .service
to the filename (-> foo.timer.service
).
I can install a timer by specifying the timer file as an ordinary file, to be placed in /usr/lib/systemd/system
and using an after-install
hook to create the symlink in the timer.target.wants
directory, but I was wondering if there's a better way.
Metadata
Metadata
Assignees
Labels
No labels