Add picapport

This commit is contained in:
thomas 2022-10-31 16:26:17 +01:00
parent 51e86e6b36
commit 6c4f22d566
11 changed files with 147 additions and 0 deletions

View file

@ -0,0 +1,17 @@
[Unit]
Description=self-hosting photo server with photo management
After=multi-user.target
[Service]
User=picapport
Group=picapport
ExecStart=/usr/bin/picapport
SyslogIdentifier=picapport
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target