summarylogtreecommitdiffstats
path: root/photoprism.service
blob: 8f0ba95b2f6e3cb6f63889ebea66f2f03baff13d (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 --defaults-yaml=/etc/photoprism/options.yml start
Restart=always
RestartSec=10

User=photoprism