18 lines
312 B
Desktop File
18 lines
312 B
Desktop File
[Unit]
|
|
Description=NetBox Housekeeping Service
|
|
Documentation=https://docs.netbox.dev/
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
|
|
User=netbox
|
|
Group=netbox
|
|
WorkingDirectory=/usr/lib/netbox
|
|
|
|
ExecStart=/usr/lib/netbox/manage.py housekeeping
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|