summarylogtreecommitdiffstats
path: root/shoko-server.service
blob: 3c8e76b60ebd99e1c614267d794885d7ac4ca103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: vcup <me@vcup.moe>
[Unit]
Description=An anime cataloging program designed to automate the cataloging of your anime collection regardless of the size and number of files in your collection.
Documentation=https://docs.shokoanime.com/
After=network.target

[Service]
Type=simple
User=shoko
Group=shoko
WorkingDirectory=/var/lib/shoko
ExecStart=/usr/bin/shoko-server
Restart=on-failure

[Install]
WantedBy=multi-user.target