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