aboutsummaryrefslogtreecommitdiff
path: root/sandcastle/utils/enable-services.sh
blob: 0feacbddef5d0a58da7f11fc087091ae494feb82 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash


# Copy the fund-rewards.service and fund-rewards.timer files, to the host systemd folder

cp systemd/fund-rewards.* ~/.config/systemd/user

systemctl --user daemon-reload

systemctl --user enable --now fund-rewards.timer