Mon, 02 Jun 2025 14:58:39 -0500
Changes to the hacks the horrible shite known as py2app requires with keyring *today*.
148 | 1 | [Unit] |
2 | Description=BorgBackup announcer | |
3 | Wants=network.target | |
4 | After=network.target | |
5 | ||
6 | [Service] | |
7 | User=borg | |
8 | Restart=always | |
9 | RestartSec=10 | |
10 | ExecStart=/usr/local/bin/borg-announce.py --user=borg --uuid=borg@home.c5fad77dbff6157eba56597e9c404631 | |
11 | ||
12 | [Install] | |
13 | WantedBy=multi-user.target |