diff --git a/Makefile b/Makefile index 9bc4ee0..0417d57 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,15 @@ SYSTEM_DROPINS += tor.service tor@default.service USER_DROPINS := pulseaudio.service pulseaudio.socket +# Ubuntu Dropins +ifeq ($(shell lsb_release -is), Ubuntu) + + # 'crond.service' is named 'cron.service in Debian + SYSTEM_DROPINS := $(strip $(patsubst crond.service, cron.service, $(SYSTEM_DROPINS))) + SYSTEM_DROPINS += anacron.service + SYSTEM_DROPINS += anacron-resume.service +endif + # Debian Dropins ifeq ($(shell lsb_release -is), Debian) # Don't have 'ntpd' in Debian