summaryrefslogtreecommitdiff
path: root/sandcastle/systemd/fund-rewards.service
blob: faa4c3729876a1941415024bdc8e9a98ff9dc709 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=fund rewards

[Service]
Type=oneshot
WorkingDirectory=%h/deployment/sandcastle      
ExecStart=/usr/bin/docker compose exec exchange bash -c "/fund-rewards.sh"

[Install]
WantedBy=default.target