11 lines
225 B
Text
11 lines
225 B
Text
|
|
[Unit]
|
||
|
|
Description=Pull encrypted backups from production
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
User={{ ansible_user_id }}
|
||
|
|
ExecStart=/usr/local/bin/pull-backups.sh
|
||
|
|
StandardOutput=journal
|
||
|
|
StandardError=journal
|
||
|
|
SyslogIdentifier=pull-backups
|