16 lines
324 B
Desktop File
16 lines
324 B
Desktop File
[Unit]
|
|
Description=kontor-api via UV
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=tpeetz
|
|
Group=tpeetz
|
|
WorkingDirectory=/home/tpeetz/projects/kontor/kontor-api
|
|
ExecStart=/home/tpeetz/.local/bin/uv run src.main:kontor --log-level info --host 127.0.0.1 --port 8200
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|