16 lines
320 B
SYSTEMD
16 lines
320 B
SYSTEMD
[Unit]
|
|
Description=PhotoPrism service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=photoprism
|
|
Group=photoprism
|
|
WorkingDirectory=/opt/photoprism
|
|
EnvironmentFile=/var/lib/photoprism/.env
|
|
ExecStart=/opt/photoprism/bin/photoprism up -d
|
|
ExecStop=/opt/photoprism/bin/photoprism down
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|