digikam: add mariadb config
This commit is contained in:
parent
84f9efd785
commit
5e456fe0b2
9 changed files with 141 additions and 18 deletions
13
roles/digikam/files/digikam.service
Normal file
13
roles/digikam/files/digikam.service
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Photo management software
|
||||
After=docker.service
|
||||
Requires=docker.service
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
WorkingDirectory=/etc/digikam
|
||||
ExecStart=/usr/bin/docker compose up
|
||||
ExecStop=/usr/bin/docker compose down
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue