dataset/seed/roundcube/templates/roundcube.service

14 lines
241 B
SYSTEMD
Raw Normal View History

2022-03-08 19:42:28 +01:00
[Unit]
Description=Roundcube database init
After=postgresqlclient.service
2022-05-04 10:29:03 +02:00
Before=nginx.service php-fpm.service
2022-03-08 19:42:28 +01:00
[Service]
Type=oneshot
ExecStart=-/usr/bin/php /usr/local/lib/secrets/roundcube-init.php
[Install]
WantedBy=multi-user.target