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

[Unit]
After=network.target
Description=Photoprism

[Install]
WantedBy=multi-user.target

[Service]
ExecStart=/usr/bin/photoprism --config-file=/etc/photoprism/options.yml start
Restart=always
RestartSec=10

User=photoprism