File netbox-housekeeping.service of Package netbox
[Unit] Description=Netbox Housekeeping After=postgresql.service redis.target PartOf=netbox.target [Service] Type=oneshot Environment="LANG=en_US.UTF-8" "LC_ALL=en_US.UTF-8" WorkingDirectory=/usr/share/netbox ExecStart=/usr/bin/python3 manage.py housekeeping TimeoutStartSec=0 [Install] WantedBy=multi-user.target