Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified SimpleHTTPServerWithUpload.py
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion SimpleHTTPServerWithUpload.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=Simple HTTP Server With Upload

[Service]
ExecStart=/bin/SimpleHTTPServerWithUpload.sh
Restart=Always
Restart=always

[Install]
WantedBy=multi-user.target
Expand Down
3 changes: 2 additions & 1 deletion install.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ chmod -v +x /bin/SimpleHTTPServerWithUpload.py
chmod -v +x /bin/SimpleHTTPServerWithUpload.sh
chmod -v 644 /lib/systemd/system/SimpleHTTPServerWithUpload.service
systemctl enable SimpleHTTPServerWithUpload
exit
systemctl start SimpleHTTPServerWithUpload
exit