Final updates for work laptop before I leave.
This commit is contained in:
parent
df36881c96
commit
10cdf5b1c9
12 changed files with 33 additions and 14 deletions
9
etc/cron.daily/netbox-housekeeping
Executable file
9
etc/cron.daily/netbox-housekeeping
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
# This shell script invokes NetBox's housekeeping management command, which
|
||||
# intended to be run nightly. This script can be copied into your system's
|
||||
# daily cron directory (e.g. /etc/cron.daily), or referenced directly from
|
||||
# within the cron configuration file.
|
||||
#
|
||||
# If NetBox has been installed into a nonstandard location, update the paths
|
||||
# below.
|
||||
/opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py housekeeping
|
||||
Loading…
Add table
Add a link
Reference in a new issue