mirror of
https://github.com/Alexander-D-Karpov/photodock.git
synced 2026-03-16 22:06:35 +03:00
17 lines
304 B
Desktop File
17 lines
304 B
Desktop File
[Unit]
|
|
Description=PhotoDock Photo Gallery
|
|
After=network.target postgresql.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=www-data
|
|
Group=www-data
|
|
WorkingDirectory=/opt/photodock
|
|
ExecStart=/opt/photodock/photodock
|
|
Restart=always
|
|
RestartSec=5
|
|
EnvironmentFile=/opt/photodock/.env
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|