summarylogtreecommitdiffstats
path: root/anki-sync-server.service
blob: 9b6c168d21904d8a20f61bdee691032f0084cc8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=A sync server for anki
After=network.target
StartLimitIntervalSec=1
Upholds=nginx.service

[Service]
Type=simple
User=changeme
Group=changeme
WorkingDirectory=changeme
ExecStart=python -m ankisyncd

[Install]
WantedBy=multi-user.target