autopostgresqlbackup.service 250 B

1234567891011
  1. [Unit]
  2. Description=autopostgresqlbackup daily service
  3. Documentation=man:autopostgresqlbackup(8)
  4. After=postgresql.target mysql.target
  5. [Service]
  6. Type=oneshot
  7. ExecStart=/usr/sbin/autopostgresqlbackup
  8. ProtectHome=true
  9. ProtectSystem=full
  10. PrivateTmp=true