summarylogtreecommitdiffstats
path: root/vorleser.service
blob: 590932753a7eef084ae7c003439a086720144e0c (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Vorleser audiobook server
After=network.target

[Service]
ExecStart=/usr/bin/vorleser --config /etc/vorleser.toml serve
User=vorleser
Group=vorleser

[Install]
WantedBy=multi-user.target