Compare commits

..

No commits in common. "514d0871185794e235f777c2b4804ca5c4dc6a7b" and "f15b2a59340d9ade26b6589fd05545e4ef858983" have entirely different histories.

3 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View file

@ -34,7 +34,7 @@ dependencies = [
[[package]] [[package]]
name = "api-backend" name = "api-backend"
version = "0.0.3" version = "0.0.2"
dependencies = [ dependencies = [
"axum", "axum",
"chrono", "chrono",

View file

@ -1,7 +1,7 @@
[package] [package]
authors = ["Neshura"] authors = ["Neshura"]
name = "api-backend" name = "api-backend"
version = "0.0.3" version = "0.0.2"
edition = "2021" edition = "2021"
description = "API Backend For Easier Uploading To Kavita" description = "API Backend For Easier Uploading To Kavita"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"

View file

@ -5,6 +5,7 @@ After=network-online.target
[Service] [Service]
Type=simple Type=simple
User=%i
ExecStart=/usr/local/bin/kwm-api ExecStart=/usr/local/bin/kwm-api
Restart=always Restart=always
RestartSec=3 RestartSec=3