this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add systemd config for periodically running avatar update

+14
+5
systemd/rsnc-avatar.service
··· 1 + [Unit] 2 + Description=Run avatar update 3 + 4 + WorkingDirectory=/path/to/rotating-subjective-necker-cube-avatar 5 + ExecStart=/path/to/uv run avatar_cube.py
+9
systemd/rsnc-avatar.timer
··· 1 + [Unit] 2 + Description=Run avatar update every 15 minutes starting at :01 3 + 4 + [Timer] 5 + OnCalendar=*:01,16,31,46 6 + Persistent=true 7 + 8 + [Install] 9 + WantedBy=timers.target