dataset/seed/roundcube/templates/roundcube.service
2022-07-01 22:10:33 +02:00

13 lines
241 B
Desktop File

[Unit]
Description=Roundcube database init
After=postgresqlclient.service
Before=nginx.service php-fpm.service
[Service]
Type=oneshot
ExecStart=-/usr/bin/php /usr/local/lib/secrets/roundcube-init.php
[Install]
WantedBy=multi-user.target