mirror of
https://github.com/moparisthebest/HttpUploadComponent
synced 2024-11-21 16:35:04 -05:00
Add a systemd init script
This commit is contained in:
parent
2b321dc412
commit
683775d6dd
10
init/xmpp_http_upload_component.service
Normal file
10
init/xmpp_http_upload_component.service
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=XMPP component for HTTP file uploads
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
type=simple
|
||||||
|
ExecStart=/usr/bin/xmpp_http_upload_server.py
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user