summarylogtreecommitdiffstats
path: root/photoprism.service
blob: 0f4b4abcbd1fe48970e05310e9632b036b2abe2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Do not make manual changes to this file.
# It will be overridden by package upgrades.
# Use `systemctl edit photoprism` instead!

[Unit]
Description=Photoprism Service
Documentation=https://docs.photoprism.app
After=network.target

[Service]
User=photoprism
Restart=on-failure
RestartSec=10
ExecStart=/usr/bin/photoprism start

[Install]
WantedBy=multi-user.target