From b4f0d5644f4d4915c90ba12c7dc16456fb8fb8dc Mon Sep 17 00:00:00 2001 From: jkhsjdhjs Date: Mon, 8 Jun 2020 21:24:25 +0000 Subject: [PATCH] db dump timer: change service type to simple oneshot considers the service to be active after the main process exits. This is not wanted here, removing the declaration makes the type default to simple, which considers units to be active when the main process is running. --- files/nxy-db-dump.service | 1 - 1 file changed, 1 deletion(-) diff --git a/files/nxy-db-dump.service b/files/nxy-db-dump.service index 412c616..2e38a0e 100644 --- a/files/nxy-db-dump.service +++ b/files/nxy-db-dump.service @@ -2,5 +2,4 @@ Description=nxy database dump timer [Service] -Type=oneshot ExecStart=/usr/bin/pg_dump -d nxy_prod -f %h/dump.sql