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.
This commit is contained in:
parent
92d98a1e6c
commit
b4f0d5644f
|
@ -2,5 +2,4 @@
|
|||
Description=nxy database dump timer
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/pg_dump -d nxy_prod -f %h/dump.sql
|
||||
|
|
Loading…
Reference in New Issue
Block a user