blob: 4e6ca2617b06e231d516634b5401638522697369 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Bookmarking in the Fediverse
After=network.target
[Service]
Type=simple
Environment=RUST_LOG=debug,aws_config=info,aws_runtime=info,aws_sdk_dynamodb=info,aws_sdk_sts=info,aws_sigv4=info,aws_smithy_runtime=info,aws_smithy_runtime_api=info,hyper=info,openraft=info,opentelemetry_sdk=info,scylla=info,axum::rejection=trace
User=indielinks
Group=indielinks
WorkingDirectory=/
ExecStart=/usr/bin/indielinksd --no-daemon -c /etc/indielinks.toml --debug --plain
Restart=on-failure
[Install]
WantedBy=multi-user.target
|