File: //etc/systemd/system/syno-low-priority-packages.target.wants/pkgctl-phpMyAdmin.service
# Generated by Package Center. DO NOT EDIT.
[Unit]
Description=phpMyAdmin's service unit
Requires=pkg-volume.target
Wants=
Requisite=pkgctl-PHP8.2.service pkgctl-WebStation.service
After=pkg-volume.target pkgctl-PHP8.2.service pkgctl-WebStation.service syno-login.target
IgnoreOnIsolate=no
OnFailure=pkg-failure@phpMyAdmin.service
[Service]
Type=oneshot
RemainAfterExit=yes
Environment=SELF=phpMyAdmin
ExecStart=/bin/bash -c "/usr/syno/sbin/synopkgctl start $SELF && /bin/touch /var/packages/$SELF/enabled"
TimeoutStartSec=3600
TimeoutStopSec=3600
ExecStop=/bin/bash -c "/usr/syno/sbin/synopkgctl stop $SELF && /bin/rm -f /var/packages/$SELF/enabled"
Slice=phpMyAdmin.slice
[Install]
WantedBy=syno-low-priority-packages.target
[X-Synology]
Name=phpMyAdmin