2022-04-28 21:48:16 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Piwigo management
|
2022-08-18 16:38:37 +02:00
|
|
|
After=risotto.target
|
2022-04-28 21:48:16 +02:00
|
|
|
Before=nginx.service php-fpm.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2022-08-18 10:19:43 +02:00
|
|
|
ExecStart=/usr/local/lib/sbin/piwigo.sh
|
2022-04-28 21:48:16 +02:00
|
|
|
|
|
|
|
User=nginx
|
|
|
|
Group=nginx
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|