summarylogtreecommitdiffstats
path: root/anki-sync-server.service
blob: 6927a4f4de2fdc3be3d54bc426d9b6ba4af36e33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Unit]
Description=Anki Sync Server

[Service]
Type=simple
ExecStart=/usr/bin/paster serve --quiet /etc/webapps/anki-sync-server/production.ini
Restart=on-failure

User=anki-sync-server
Group=anki-sync-server
CapabilityBoundingSet=
PrivateTmp=true
PrivateDevices=true
ProtectSystem=full
ProtectHome=true
NoNewPrivileges=true

[Install]
WantedBy=multi-user.target