summarylogtreecommitdiffstats
path: root/photoprism.service
blob: 605f2c201471eda2a6fbd4eff06d6f2789f5f10e (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]
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