swineboard.service
10 lines
| 213 B
| text/plain
|
SystemdLexer
/ tools / swineboard.service
Bohdan Horbeshko
|
r2139 | [Unit] | ||
Description=Swineboard imageboard | ||||
After=network.target | ||||
[Service] | ||||
ExecStart=/usr/bin/uwsgi_python33 --ini uwsgi.ini | ||||
WorkingDirectory=<where is your swineboard located> | ||||
[Install] | ||||
WantedBy=multi-user.target | ||||