mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 11:21:24 +00:00
Update example service file
This commit is contained in:
parent
519c4c8af7
commit
ace7f6b7b6
1 changed files with 5 additions and 3 deletions
|
@ -1,14 +1,16 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=A simple image host
|
Description=A simple image host
|
||||||
Documentation=https://git.asonix.dog/asonix/pict-rs
|
Documentation=https://git.asonix.dog/asonix/pict-rs
|
||||||
After=network-online.target firewalld.service
|
After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
Environment="PICTRS__SERVER__ADDRESS=127.0.0.1:8080"
|
Environment="PICTRS__SERVER__ADDRESS=127.0.0.1:8080"
|
||||||
|
Environment="PICTRS__SERVER__API_KEY=SOME-REALLY-SECRET-KEY"
|
||||||
Environment="PICTRS__TRACING__LOGGING__TARGETS=warn"
|
Environment="PICTRS__TRACING__LOGGING__TARGETS=warn"
|
||||||
Environment="PICTRS__MEDIA__FORMAT=avif"
|
Environment="PICTRS__MEDIA__FORMAT=avif"
|
||||||
Environment="PICTRS__REPO__PATH=/opt/pict-rs/sled"
|
Environment="PICTRS__REPO__PATH=/var/lib/pict-rs/sled"
|
||||||
Environment="PICTRS__STORE__PATH=/opt/pict-rs/files"
|
Environment="PICTRS__REPO__EXPORT_PATH=/var/lib/pict-rs/sled"
|
||||||
|
Environment="PICTRS__STORE__PATH=/var/lib/pict-rs/files"
|
||||||
ExecStart=/usr/local/bin/pict-rs run
|
ExecStart=/usr/local/bin/pict-rs run
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
Loading…
Reference in a new issue