We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2ce67 commit e46068bCopy full SHA for e46068b
templates/netbox.service.j2
@@ -9,6 +9,9 @@ After=syslog.target
9
ExecStart=/usr/bin/env uwsgi --ini {{ netbox_shared_path }}/uwsgi.ini
10
ExecReload=/bin/kill -1 $MAINPID
11
ExecStop=/bin/kill -2 $MAINPID
12
+StandardInput=socket
13
+StandardOutput=journal
14
+StandardError=journal
15
User={{ netbox_user }}
16
Group={{ netbox_group }}
17
Restart=on-failure
0 commit comments