neboard.service
10 lines
| 207 B
| text/plain
|
SystemdLexer
/ tools / neboard.service
neko259
|
r848 | [Unit] | ||
Description=Neboard imageboard | ||||
After=network.target | ||||
[Service] | ||||
ExecStart=/usr/bin/uwsgi_python33 --ini uwsgi.ini | ||||
WorkingDirectory=<where is your neboard located> | ||||
[Install] | ||||
WantedBy=multi-user.target | ||||