15 lines
227 B
SYSTEMD
15 lines
227 B
SYSTEMD
|
[Unit]
|
||
|
Description=Piwigo management
|
||
|
After=mariadbclient.service
|
||
|
Before=nginx.service php-fpm.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/lib/bin/piwigo.sh
|
||
|
|
||
|
User=nginx
|
||
|
Group=nginx
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|