10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
|
[Unit]
|
||
|
Description=Backup the drone database in postgres
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/local/bin/pg_backup.sh
|
||
|
|
||
|
|
||
|
|
||
|
# vim: set ft=dosini:
|