I’m trying to add a periodic systemd service to a debian 10 machine. Basically I want it to clean up a database once a week. The service file, which I can confirm works when I run: # systemctl start cleanup-service Which is: [Unit] Description=Remove old entries from database Requires=mysql.service After=mysql.service […]
Daily Archives: January 18, 2025
11 posts
nftables syntax seems inconsistent but I’m still trying to understand it in regard to how values are mapped from maps to the rules that reference them. Here is what looks like an inconsistency. These examples are from various Internet searches: ` { 2.2.2.2 . 8888 : 192.168.1.101 } # set […]