mirror of
https://github.com/moparisthebest/HttpUploadComponent
synced 2024-11-17 14:44:59 -05:00
11 lines
184 B
SYSTEMD
11 lines
184 B
SYSTEMD
|
[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
|